Welcome to QuizBot! Here you'll practice fixing common Python coding errors. These are real errors that students often make while learning Python.
This code has a common variable name typo. Can you spot and fix it?
NameError: name 'ame' is not defined. Did you mean: 'name'?
💡 Hint: Check if all variable names are spelled correctly.
Code output will appear here...