0
compiler
any compiler for Python 3.6?
1 Respuesta
+ 1
Im pretty new to Python, but I believe you dont need a compiler.
The OS uses a Python Interpreter. It executed each line of code as it reads it and goes line by line.
There are some IDE's that have a built in terminal window to test your python code as you develope it.
If your wanting to reuse your code save it in a notepad Doc and save as a .py extension for later use. Which is also called a script.