Icon New game New game

BUCLES Y CONDICIONALES

Fill in the Blanks

COMPLETA DE FORMA DIVERTIDA!! :)

Download the paper version to play

Recommended age: 16 years old
2 times made

Created by

Spain

Top 10 results

  1. 1
    00:29
    time
    100
    score
Do you want to stay in the Top 10 of this game? to identify yourself.
Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

  1. time
    score
  1. time
    score
time
score
time
score
 
game-icon

Fill in the Blanks

BUCLES Y CONDICIONALESOnline version

COMPLETA DE FORMA DIVERTIDA!! :)

by Julia Abril Cabrera
1

print if input for max if print elif numero2 input input

BUCLES * * * * * * * * *
= 0
i in range ( 10 ) :
numero = int ( ( " Dame un número : " ) )
numero>max :
max = numero
( " Vuelta ( " , i , " ) : " , max )
( " El valor máximo es : " , max )

CONDICIONAL * * * * * * * * * * * * *
numero1 = ( " Indica un numero : " )
numero1 = int ( numero1 )
= ( " Indica otro numero : " )
numero2 = int ( numero2 )

numero1>numero2 :
print ( numero1 , " > " , numero2 )
numero2>numero1 :
print ( numero2 , " > " , numero1 )