Is it possible to copy and paste muti-line python into Git Bash? (in Windows 10)
Currently, if I have Python in Sublime text
when I paste it into Git Bash (I'm running Git Bash inside ConEmu), the line breaks are ignored.
I know about execfile(), but in my case I need to be able to be able see both the pasted code and result.
Thanks!