Is there a way to paste a block of code into IDLE? Pasting line by line works, but sometimes I\'d like to paste many lines at once. When I try, IDLE reads the first line and
IdleX provides the PastePyShell.py extension for IDLE which allows pasting of multiple lines into the shell for execution.