3Lesson 3 of 29
Follow a command into a running process
Suppose you type python hello.py Sam and press Enter. You did not “open” hello.py; you asked the computer to start a program and hand it some text to work with.
python hello.py Sam
hello.py