Quiz Complete, well Done!
Which type of error is caused by incorrect if-else conditions?
Syntax Error
IndexError
What is a runtime error?
What is a logic error?
Type Error
Overflow Error
IndentationError
What is a compile-time error?
File Not Found
ZeroDivisionError
What is a syntax error?
What is a logic error?
What is a logic 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')
What is a logical error?
NameError
What is a syntax error?
Null Pointer Exception