Data Types Flashcards
1
Q
True
A
return after comparison that shows something is affirmative
2
Q
False
A
return after comparison that shows something is not true
3
Q
None
A
when something is returned with no value -> not the same as False
4
Q
string
A
text data
5
Q
number
A
numbers, can be used in calculations
6
Q
float
A
number with a decimal
7
Q
list
A
collection of data
8
Q
\
A
type a backslash
9
Q
'
A
print apostrophe in “ “ string
10
Q
"
A
print quotes in ‘ ‘ string
11
Q
\a
A
ASCII Bell Characters
12
Q
\b
A
ASCII Backspace
13
Q
\f
A
Form Feed
14
Q
\n
A
new line
15
Q
\r
A
carriage return, writes over text