if you want to create console apps, just download and install Python from http://www.python.org.
it's as easy as:
print "Hello World" raw_input('press Return>')
and line 2 is optional ;-)
if you want to create console apps, just download and install Python from http://www.python.org.
it's as easy as:
print "Hello World"
raw_input('press Return>')
and line 2 is optional ;-)