try:
Haha, butts
except (exit(exit(exit())), NoExceptionsException, "Have you read your SICP today?"):
"We conjure the spirits of the computer with our spells"
(Toccata and Fugue in Dmin (BWV565), J. S. Bach, feat. G. J. Sussman)
>>> try:
File "<stdin>", line 1
try:
^
IndentationError: unexpected indent
>>> Haha, butts
File "<stdin>", line 1
Haha, butts
^
IndentationError: unexpected indent
>>> except (exit(exit(exit())), NoExceptionsException, "Have you read your SICP today?"):
File "<stdin>", line 1
except (exit(exit(exit())), NoExceptionsException, "Have you read your SICP today?"):
^
IndentationError: unexpected indent
>>> "We conjure the spirits of the computer with our spells"
File "<stdin>", line 1
"We conjure the spirits of the computer with our spells"
^
IndentationError: unexpected indent
>>> (Toccata and Fugue in Dmin (BWV565), J. S. Bach, feat. G. J. Sussman)
File "<stdin>", line 1
(Toccata and Fugue in Dmin (BWV565), J. S. Bach, feat. G. J. Sussman)
^
IndentationError: unexpected indent
>>>
ONE WORD: THE FORCED INDENTATION OF CODE. THREAD OVER