Quiz Complete, well Done!
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')
What is a syntax error?
What is a logic error?
Syntax Error
KeyError
What is a logical error?
What is a syntax error?
ZeroDivisionError
Type Error
What is a compile-time error?
IndentationError
Index Out of Bounds
File Not Found
When does a syntax error occur?
Overflow Error
What is a runtime error?
FileNotFoundError
What is a logic error?
What type of error occurs when you type input)) instead of input()