Debug it:
Debugging means finding and fixing errors (bugs) in your code.
You’ve already had some practice debugging syntax errors on the previous page but this time you won’t be told exactly what to do.
Sorry about the repeated use of nursery rhymes: I’ve got two toddlers.
Hints: Check the brackets, spelling and quotation marks.
Your code won’t run at all until you’ve fixed all of the errors: You need to fix all the lines of code even before the first line will run.
Python is case sensitive: be careful with CAPITAL LETTERS and lowercase letters.
On the next page you’ll get some ideas for how to boost your confidence when debugging.
Page 1: Intro
Page 2: The theory: learn what you need to know as fast as possible.
Page 3: Try it: try out and adapt some working python code snippets.
Page 4: Debug it: Learn how to find and fix common mistakes.
Page 5: Extend it: Choose a project idea to use your newfound python skills.
Amazing! You are helping me to feel more confident in teaching Python! Thank you, and keep up the great work!