Wouldn't you simply save your Python code into a file, and then execute that file using Python?
Save your code into a file called Test.py
.
And then run it?
$ C:\Python24\Python.exe C:\Temp\Test.py
Wouldn't you simply save your Python code into a file, and then execute that file using Python?
Save your code into a file called Test.py
.
And then run it?
$ C:\Python24\Python.exe C:\Temp\Test.py