Hey! You’re almost there. To run Python script with Python, just type `python script.py` in the terminal.
If you’re on macOS/Linux, use `python3 script.py` to avoid running it with Python 2.
Also, make sure you’re in the right directory. Use `cd` to navigate to the folder where your script is saved.
If you’re on macOS/Linux, use `python3 script.py` to avoid running it with Python 2.
Also, make sure you’re in the right directory. Use `cd` to navigate to the folder where your script is saved.
