vibbits / gentle-hands-on-python

Course materials for the 'Gentle hands-on introduction to Python programming'.
Other
9 stars 8 forks source link

Exercise 10.2.1 is the first time exceptions have been talked about #22

Closed MaybeJustJames closed 4 years ago

MaybeJustJames commented 4 years ago

Exceptions haven't been covered in the course. Remove the "raise an error" bit.

tmuylder commented 4 years ago

Changed exercise explanation and edited the solution so it avoids the raise value error.