Icon Créer jeu Créer jeu

Python while loop

Compléter

Fill in the blanks for the start of a while loop

Téléchargez la version papier pour jouer

Âge recommandé: 14 ans
29 fois fait

Créé par

United Kingdom

Top 10 résultats

Il n'y a toujours pas de résultats pour ce jeu. Soyez le premier à apparaître dans le classement! pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

  1. temps
    but
  1. temps
    but
temps
but
temps
but
game-icon

Completar

Python while loop

Fill in the blanks for the start of a while loop

James
1

no int variable while number input

#declare ending
end = " "
#start a loop
end = = " no " :
#input number 1
num1 = int ( ( " Enter number 1 \ n " ) )
#input number 2
num2 = int ( input ( " Enter 2 \ n " ) )
#ask the user for what type of calculation is wanted
opp = ( input ( " What would you like to do : \ n1 \ tAdd \ n2 \ tDivide \ n3 \ tMultiply \ n " ) )