How do I access the command history from IDLE?

后端 未结 5 1714
梦如初夏
梦如初夏 2021-01-30 03:59

On bash or Window\'s Command Prompt, we can press the up arrow on keyboard to get the last command, and edit it, and press ENTER again to see the result.

But in Python\'

5条回答
  •  攒了一身酷
    2021-01-30 04:10

    Go into Preferences > Keys. Find the 'history-previous' selection in the list and edit it to Up Arrow.

提交回复
热议问题