Icon Crear Crear

Python while loop

Completar frases

Fill in the blanks for the start of a while loop

Descarga la versión para jugar en papel

Edad recomendada: 14 años
29 veces realizada

Creada por

Reino Unido

Top 10 resultados

Todavía no hay resultados para este juego. ¡Sé el primero en aparecer en el ranking! para identificarte.
Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad

Top juegos

  1. tiempo
    puntuacion
  1. tiempo
    puntuacion
tiempo
puntuacion
tiempo
puntuacion
game-icon

Completar

Python while loop

Fill in the blanks for the start of a while loop

James
1

int number variable while no 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 " ) )