Quiz Complete, well Done!
What is a logic error?
File Not Found
What is a syntax error?
Runtime Error
What is a syntax error?
Index Out of Bounds
What is a syntax error?
Null Pointer Exception
ValueError
Syntax Error
Logic Error
ZeroDivisionError
What is a compile-time error?
What is a compile-time error?
Overflow Error
What is a runtime error?
Arithmetic Error
# What error type will this code result in?
name = input('What's your name?')
if name == 'bob':
print('Nice to meet you, bob')
IndexError
IndentationError