GETTING STARTED WITH PYTHON

Photo of author

By Jackson Taylor

Running Python Programmer in Interactive Mode



How to compile python using  python IDE in windows 8  or hello world application

Program

print “hello world”;



How to compile python using windows command line easily or hello world application
Program

print “hello world”;

See also
IF - STATEMENT IN PYTHON