Variables
Methods
Escape Sequences
Relational Operators
Logical Operators
100

Used to store things, in quotes

What is a String?

100

Displays how many characters in a String.

What is len()?

100

Insert a new line.

What is "\n"?

100

The data type result for conditional statement?

What is boolean?

100

T and F is

What is False?

200

Used to store "floating point" numbers.

What is double?

200

Convert a String to capital letters.

What is .upper()?

200

Insert a tab.

What is "\t"?

200

>

What is greater than?

200

T or F is

What is True

300

Used to store whole numbers.

What is int?

300

Grabs a value from the keyboard input.

What is raw_input() or input()?

300

Insert a backslash.

What is "\\"?

300

<=

What is less than or equal to?

300

T and F or F is

What is False

400

Can hold 2 values, true or false.

What is boolean?

400

Grabs a portion of a String.

What is a slice   [x:x]?

400

Insert a quote.

What is "\""?

400

==

What is equals?

400

(T and F) or (F == F)

What is True

500

Used to hold a single character.

What is char?

500

Used to change a raw_input into an int.

What is typecast int(x)

500

Insert a single quote character.

What is "\'"?

500

!=

What is NOT equal?

500

not(F and T or T)

What is False

M
e
n
u