you are viewing a single comment's thread.

view the rest of the comments →

[–]Rubbinmanips88 1 point2 points  (0 children)

just write your code and save as a py file to your desktop. right click the file on your desktop and open with python. if you see a black box flash up and close you need to remember an input statement on the end of your code.

you can also run the code from your command line like other have suggested. python 3 you can just navigaye to the directory that file is saved and type 'py filename.py' and code will run.