Strings
Strings are what?
A person or place
Booleans are what?
A true or false statement
Numeric is what?
Numbers
What is this?
”574”
String
What do strings need?
quotations.
What does a Boolean need?
an equal sign?
Does Numeric need quotes or underscores?
No
What is this?
Ava_is_12 = True
Boolean
Is this a string?
”Indianapolis”
yes
What goes between the words?
underscores
Is this numeric?
”24”
no
What is this?
365/477
Numeric
Is this a string
4/5
no, it is a numeric because there are no quotation marks
Is this Boolean?
I_am_a_freshman = True
Yes
24/_7
take out the underscore
What is this?
”Plymouth, Indiana”
String
What is wrong with this code?
” I am in high school = true “
There are quotes and no underscores.