0. Open 👨‍💻 - JulTob/Python GitHub Wiki

👨‍💻 To Open Python

In Windows: Command Prompt (window key, cmd, enter)
In Mac: Open the Terminal (Applications/Utilities/Terminal)
In Linux: You know how to open the Terminal (cmd)

🖥

python3

To execute a script:

python3 myfile.py

To close it

exit()