Quiz Complete, well Done!
NameError
What is a syntax error?
What type of error occurs when you type input)) instead of input()
What is a syntax error?
TypeError
Which type of error is caused by incorrect if-else conditions?
File Not Found
What is the purpose of suppressing error messages and advice messages?
Underflow Error
When does a syntax error occur?
What is a compile-time error?
Overflow Error
Runtime Error
What is a compile-time error?
# What error type will this code result in?
name = input('What's your name?')
if name == 'bob':
print('Nice to meet you, bob')
FileNotFoundError
What is the main difference between syntax and logical errors?
Null Pointer Exception
IndexError
ValueError