KwickClips Python · 39 sec · free
Why did my Shell code vanish?
Short answer. Interactive mode does not save anything.
What does script mode save?
A .py file you can run again.
Two modes
| Point | Interactive | Script |
|---|---|---|
| Runs | one line | whole file |
| Saved? | no | yes, .py file |
| Use for | quick tests | programs |
Remember
| Interactive: quick, not saved |
| Script: saved file, full program |
Shell code vanished after closing. Why? Python runs in two modes. Interactive runs one line, saving nothing. So it vanished. Script mode saves a dot pie file for programs. Interactive is quick, not saved. Script is a saved program.
This clip is from the full lesson: Getting Started with Python: Features, IDLE, Interactive and Script Mode — 9 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 9 Artificial Intelligence (417), CBSE Class 9 Artificial Intelligence (417), CBSE Class 10 Artificial Intelligence (417), CBSE Class 11 Computer Science (083)
More KwickClips from this lesson
Why is Python easy for beginners?40 sec
Does IDLE need a separate install?42 sec
Which key runs a script in IDLE?43 sec
What does Python do with a comment?41 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

