Are you my type
Can we talk?
Blinded by the light
python 4
python 5
100

Name 3 Python data types

What is  (String, int, boolean, float, list, tuple, dictionary)

100

Command used to ask the user a question

What is Input? 

100

name a command used to convert a variable from text to number.

 What is int()?

100

What is a variable?

Allows us to store information
100

What application do we use for coding?

 Python Idle

200

The datatype name for text

 What is string?

200

Command used to give an answer to a question

 What is print?

200

Name a command to convert a number to text

What is str()

200

What symbol will multiply numbers?

 *

200

What does an empty print() statement do when ran?

Skips a line

300

The data type for 3.56. 

What is float

300

Two place the print command can output. 

What is file and screen?

300

The datatype a variables content must be to print to the screen. 

 What is text or string?

300

What is a module?

A library of functions you can import to use in your programs.

300

What 3 commands are use for conditions?

 if, elif, else

400
The result of: print("5"+"3")


What is  53?

400

Checks if the two values are equal and returns true or false

What does the == operator do?

400

The datatype a variable's content must be to perform addition or other calculations. 

What is int(), float, etc.?  (any numerical type is allowed, including dat) 
400

A condition is: 

A statement that is either True or False

400

["Apple", "Baby", "Dinosaur", "2934"]

What is the index of Baby?

1

500

The datatype of 5

What is integer?

500

The character that indicates a comment  in Python

What is  hashtag  #?

500

Command used to generate a random number

what is Random.randint()?

500

What symbol comes after an if statement?

 :

500

What commands create additional options with an if statement?

 elif statement or else

M
e
n
u