Pasting multiple lines into IDLE

后端 未结 3 657
情书的邮戳
情书的邮戳 2020-12-03 06:49

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

3条回答
  •  再見小時候
    2020-12-03 07:31

    See this other post: Python, writing multi line code in IDLE You can use an editor (File > New File), write your lines of code there and use F5

提交回复
热议问题