Strings
Boolean
Numeric
Random
100

Strings are what?

A person or place

100

Booleans are what?

A true or false statement

100

Numeric is what?

Numbers

100

What is this?

”574”

String

200

What do strings need?

quotations.

200

What does a Boolean need?

an equal sign?

200

Does Numeric need quotes or underscores?

No

200

What is this?

Ava_is_12 = True

Boolean

300

Is this a string?

”Indianapolis”

yes

300

What goes between the words?

underscores

300

Is this numeric?

”24”

no

300

What is this?

365/477

Numeric

400

Is this a string

4/5

no, it is a numeric because there are no quotation marks

400

Is this Boolean?

I_am_a_freshman = True

Yes

400
fix the mistake

24/_7

take out the underscore

400

What is this?

”Plymouth, Indiana”

String

500

What is wrong with this code?

” I am in high school = true “

There are quotes and no underscores.