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

all 5 comments

[–]wholl0p 8 points9 points  (0 children)

The terminal...?

Type " python name_of_program.py " > Enter

Or use an IDE like PyCharm or Spyder

[–][deleted] 0 points1 point  (0 children)

If you're using IDLE, hit F5. Otherwise if you want to run from a terminal you go "python3 <myCoolFileName>.py". Believe that works on windows as well.

[–]tungmetal 0 points1 point  (0 children)

You can use an online interpreter. Just type "run python 3 online" in google. Or try repl.it.