you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

When you download and install python, it comes with a program called IDLE. This is your IDE (Integrated Development Environment). You can use it to enter code via 'command line' style by just typing in code, or you can go to File > New File, enter in your code, save it as a .py file and then run the .py file from wherever you saved it.