I'm trying to test some Python code using the Python interpreter, via the Windows Anaconda Prompt. The problem is, when I copy/paste code from my text editor into the prompt, all the newlines disappear and it just becomes one very long line of text.
I've verified that the copying isn't an issue. If I copy from my text editor (Atom) and paste into Notepad, it will preserve the newlines. The issue only comes up if I try to paste into the REPL.
Original:
Pasted: