$ python Calendar.py
File “Calendar.py”, line 18
print “Calendar starting…”
IndentationError: unindent does not match any outer indentation level
I’ve followed all indentation guidelines. Where is my stupid mistake?
Thank you.
$ python Calendar.py
File “Calendar.py”, line 18
print “Calendar starting…”
IndentationError: unindent does not match any outer indentation level
I’ve followed all indentation guidelines. Where is my stupid mistake?
Thank you.
please copy paste your code to the forum, use format:
this will make indent show, this way, i can actually run your code, makes finding the problem a lot easier