Pages

Tuesday, May 17, 2016

Simple "Hello World" script in python for Windows

#!C:\Python27\python.exe -u
a = "Hello World"
print a


No comments:

Post a Comment

Please give us suggestions.

Shell Script Code