Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 256 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 256 Bytes

debug_me

The script 'add_five.py' is supposed to add five to whatever number you type as a command line argument, like this:

$ python add_five.py 4
9

It's broken, though. Instead of "9" you get a horrible error message. See if you can fix it.