Créer jeu
Obtenir Plan Académique

Python_Level1_Session 4

Froggy Jumps

Input & Data Conversion

Téléchargez la version pour jouer sur papier

26 fois fait

Créé par

Egypt

Top 10 résultats

Il n'y a toujours pas de résultats pour ce jeu. Soyez le premier à apparaître dans le classement! pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

  1. temps
    but
  1. temps
    but
temps
but
temps
but
 
game-icon

Froggy Jumps

Python_Level1_Session 4Version en ligne

Input & Data Conversion

par 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?