Syntax of if Statement
Tarefa
Swipe to start coding
Let's play the game. Guess the number between 1 and 10.
- You have to implement
if
statement which will check that the number is equal to the number that I thought of; - If this condition is
True
you have to display the next text:Right, You guessed my number! I have in my mind number ...
.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 2