Crear
Obtener Plan Académico

Python_Level1_Session 4

Froggy Jumps

Input & Data Conversion

Descarga la versión para jugar en papel

26 veces realizada

Creada por

Egipto

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

Froggy Jumps

Python_Level1_Session 4Versión en línea

Input & Data Conversion

por CODEleader
1

What does the input() function do in Python?

2

Which of these is the correct way to ask the user for their name?

3

What data type does input() return by default?

4

Which line converts what the user typed into a number (integer)?

5

What will this code store in x? x = input("Type something: ")

6

How do you turn "10" (a string) into the number 10?

7

What will this code print if the user types 5?