Icon Crear Crear

Python if

Completar frases

Fill in the blanks for a Python if statement

Descarga la versión para jugar en papel

Edad recomendada: 14 años
34 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 if

Fill in the blanks for a Python if statement

James
1

print denied input #output password variable if Fish4321

#assign password to a
stored_password = " "
#ask user to enter the password
( " Enter password : " )
#input the password
password = ( )
#check if the password entered to the same as stored password
password = = stored_password :
access granted
print ( " Access granted " )
#if is wrong
else :
#output message for incorrect password
print ( " Access " )