Hands On Exercise
We'll cover the following...
We'll cover the following...
Congratulations on completing the lesson on Python comments. Test your knowledge through these short snippets and get one step closer to mastering Python!
Exercise 1
The code below is incorrect and results in an error. Spot the inline comment and correct the code so that it can be executed without errors.
Exercise 2
Correct the syntax for the Docstring above the print_score method below.