0
How do you get a window to pull up (.py)
new to the programming thing been trying to make a simple program to learn how it works in python so I can create my actual project any help?
1 Odpowiedź
0
Python scripts are executed via the command line. You will need to install Python on your system, launch your terminal/shell/cmd, navigate to your current directory (cd), and execute your script, e.g.
Python myscript.py