Three steps to run a python program

1. Start the python interpreter
2. The interpreter reads the contents of the file into memory (the hard drive -> memory)
3. run the interpreter to read the file start explaining memory contents thereof

The contents of the program are the hard disk is read into memory, the difference is the way they deal with different files into memory to read.

Guess you like

Origin www.cnblogs.com/bailongcaptain/p/12404822.html