IDLE Previous Command | Clear Screen?
- Get link
- Other Apps
#14 Python Tutorial for Beginners | IDLE Previous Command | Clear Screen?
How to Access Previous Commands in IDLE?
When working with Python, we often write a lot of code. But what happens when we want to access the same command again? In IDLE, there is no default option to access previous commands. However, you can configure it by following these steps:
- Go to Options
- Select "Configure IDLE"
- Click on "Keys"
- Scroll down and find "History Previous"
- Select the up arrow as the shortcut key
- Click "OK"
Now, to access the last command, simply press the up arrow. It's important to note that clearing the screen is not possible in IDLE. The only way to do it is by closing and reopening the program. If you know of a hidden script or technique, please share it in the comments below.
- Get link
- Other Apps
Comments
Post a Comment