This repository is for the "Your First Program" example in the Data Analysis textbook's How Programs Work chapter.
- Use your terminal to locate where you want to save this repository.
- Fork and clone this repository at the location you have selected.
- Open the project in your IDE.
- Explore the code provided. Read any commented instructions.
- Open a terminal and
cdinto your project directory. Remember to uselsto verify your location. You are in the project directory when you seehello.pyafter running thelscommand.
See the textbook for more instructions.
Troubleshooting: If you don't see any output, check where you are in the terminal. Make sure you can see the hello.py file when you run the ls command.