How do you get a window to pull up (.py) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

11th Jan 2019, 3:17 AM
Sheldon Jones
Sheldon Jones - avatar
1 Answer
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
11th Jan 2019, 3:40 AM
Hatsy Rei
Hatsy Rei - avatar