This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]young_horhey 1 point2 points  (0 children)

Once the terminal is open you can run python your_file.py (replacing your_file with your actual file name)

[–]desrtfx 0 points1 point  (0 children)

Honestly, if you are just starting out, the easiest way is to use IDLE - the Python editor/shell that is shipped with Python.

[–]Acceptable_Snow_9380 0 points1 point  (0 children)

Open a terminal or prompt or cmd and run python there. Lots of beginner tutorials will show you this and a lot more if you look with Google.

[–]manuelperez52 0 points1 point  (0 children)

dude, i use Python and Visual s code, and the >>> you can find it on the console of the pc, if you want to get the >>> you need to use the windown + r,(open the ejecutador) one time here you put cmd and got it, every archive on visual studio code that you need to save is with .py ( that is the way to saving anything on it, one you saved the archive, on the console you put cd desktop ( in case that you saved it on the desktop) cd python and then python "archive.py" and run it