Submitted by twovests in programming
i wanna be able to copy and paste ur code into my python interpreter
when you remove whitespace on the empty line under an if, it thinks the if is over. :b:lease don't do that
Submitted by twovests in programming
i wanna be able to copy and paste ur code into my python interpreter
when you remove whitespace on the empty line under an if, it thinks the if is over. :b:lease don't do that
flabberghaster wrote
Try this (horrible hack but you're already copy pasting directly into your interpreter so quick and dirty is fine)
Throw triple quotes, then paste, then end triple quotes. Now you have a string. Just eval that.