What’s wrong with this little python code? And how to fix it?

Indentation is important in Python. Remove the first space in the first line, and indent the code after else:, on line 8 and 10.

Leave a Comment