Χρησιμοποιώ windows 7.
Εφτιαξα το αρχείο hello.py
που λέει στο βήμα 5 αλλά δεν μπορώ να τρέξω το αρχείο όπως λέει - κάτι χάνω από τις οδηγίες...
Run the script
Start a new terminal prompt. See the terminal navigation on Windows instructions for the steps to do this. Recall that a terminal prompt will look like C:\ and a Python prompt will look like >>>. Make sure you are at a terminal prompt and not a Python prompt; if you are at a Python prompt, you can type exit() on a line by itself and then press enter to exit Python and return to a terminal prompt.
Navigate to your Desktop directory from a PowerShell terminal prompt, using the ls and cd commands. See the terminal navigation on Windows instructions for a refresher on using these commands. Don't hesitate to get help from a staff member on this step if you need it -- it's a new way of navigating your computer, so it may be unintuitive at first!
Once you are in your Desktop directory, you'll see hello.py in the output of ls.
Type