New game
Get Academic Plan

Python_Level1_Session 4

Froggy Jumps

Input & Data Conversion

Download the paper version to play

26 times made

Created by

Egypt

Top 10 results

There are still no results for this game. Be the first to stay in the ranking! 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

Froggy Jumps

Python_Level1_Session 4Online version

Input & Data Conversion

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