New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Aprender las condicionales en Python

Fill in the Blanks

(1)
Played 37

About this activity

Observa cuidadosamente cada programa, completa la expresión relacional correcta para que el programa funcione

Created by

Mexico

Download the paper version to play

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

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Aprender las condicionales en Python
 

Fill in the Blanks

Aprender las condicionales en PythonOnline version

Observa cuidadosamente cada programa, completa la expresión relacional correcta para que el programa funcione

by Gabriel Barrón Rodríguez
1

> numero 0

#Leer un número entero desde el teclado
numero = int ( input ( " Ingresa un número : " ) )

# Escribe la expresión correcta
# para que imprima El número es positivo
if :
print ( " El número es positivo " )

2

> 18 edad if

edad = int ( input ( " Ingresa tu edad : " ) )

# Imprimir Eres mayor de edad
= :
print ( " Eres mayor de edad " )

3

0 numero 5

# Determinar si un número es múltiplo de 5
numero = int ( input ( " Ingresa un número : " ) )

if % = = :
print ( " El número es múltiplo de 5 " )

4

numero 0 numero < 0 >

# Verificar si un número es positivo , negativo o cero
numero = int ( input ( " Ingresa un número : " ) )

if :
print ( " El número es positivo " )
elif :
print ( " El número es negativo " )
else :
print ( " El número es cero " )

5

> nota > > 80 70 nota > nota nota 90 60

# Clasificación de notas
nota = float ( input ( " Ingresa tu calificación : " ) )

if = :
print ( " Excelente ( A ) " )
elif = :
print ( " Muy bien ( B ) " )
elif = :
print ( " Bien ( C ) " )
elif = :
print ( " Regular ( D ) " )
else :
print ( " Reprobado ( F ) " )

6

lado3 lado2 lado1 lado3 lado2 lado1 lado3 lado1 lado2

# Determinar si un triángulo es equilátero , isósceles o escaleno
lado1 = float ( input ( " Ingresa el primer lado del triángulo : " ) )
lado2 = float ( input ( " Ingresa el segundo lado del triángulo : " ) )
lado3 = float ( input ( " Ingresa el tercer lado del triángulo : " ) )

if = = = = :
print ( " Es un triángulo equilátero " )
elif = = or = = or = = :
print ( " Es un triángulo isósceles " )
else :
print ( " Es un triángulo escaleno " )

7

ciudadano edad > and else 18

# Verificar si una persona puede votar
edad = int ( input ( " Ingresa tu edad : " ) )
ciudadano = input ( " ¿ Eres ciudadano ( Sí / No ) ? " ) . strip ( ) . lower ( )

if = = = " " :
print ( " Puedes votar " )
:
print ( " No puedes votar " )

8

else < < 50 numero 10

# Comprobar si un número está dentro de un rango específico
numero = int ( input ( " Ingresa un número : " ) )

if = = :
print ( " El número está en el rango de 10 a 50 " )
:
print ( " El número está fuera del rango " )

9

else sábado viernes jueves dia martes domingo

# Determinar si un día ingresado es fin de semana o día laboral
dia = input ( " Ingresa un día de la semana : " ) . lower ( )

if dia in [ " " , " " ] :
print ( " Es fin de semana " )
elif in [ " lunes " , " " , " miércoles " , " " , " " ] :
print ( " Es un día laboral " )
:
print ( " Día inválido " )

10

< celsius < 10 < else celsius

# Conversión de temperatura
celsius = float ( input ( " Ingresa la temperatura en Celsius : " ) )
fahrenheit = ( celsius * 9 / 5 ) + 32

print ( f " La temperatura en Fahrenheit es : { fahrenheit : . 2f } °F " )

if = :
print ( " Hace frío " )
elif 11 = = 25 :
print ( " El clima es templado " )
:
print ( " Hace calor " )

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.