🐍 Paper 2 Practice

Python Error Spotter

Identify the error type, locate the problematic line, and explain how to fix it!

Syntax Error
Logic Error
Runtime Error
Indentation Error
0
Score
1/10
Question
Q1 Find the bug!
The following code contains an error. Identify the error type, the line number, and explain how to fix it.
🐍 program.py
1 What type of error is this?
2 Which line contains the error?
3 How would you fix it? (Write the corrected line)
🏆

Quiz Complete!

0/30

Great debugging practice!

0
Error Types
0
Lines Found
0
Fixes