Hello, world! Your first script
Programming in Python usually happens in text files with the .py extension. When you run such a file, the Python interpreter reads it top to bottom, executing each statement. Let us create your first file and make the computer speak.
Create and run
Walking through the code
What makes up a statement?
File vs output