3 Debugging Flashcards
1
Q
Infinity
A
math.inf
2
Q
No newline at end of print statement
A
, end=’’
3
Q
Look up memory address of something
A
id(thing)
4
Q
Put 2+ statements on one line
A
State1 ; state2
5
Q
ParseError
A
Syntax error, such as missing punctuation
6
Q
Syntax error, such as missing punctuation
A
ParseError
7
Q
TypeError
A
Combining incompatible-type objects
8
Q
Combining incompatible-type objects
A
TypeError
9
Q
NameError
A
Using a variable before it’s been declared
10
Q
Using a variable before it’s been declared
A
NameError
11
Q
ValueError
A
Passing a parameter to a function that’s out of range
12
Q
Passing a parameter to a function that’s out of range
A
ValueError