Monday, April 30, 2012

Python 2.7 " Hello world " example


#!/usr/bin/python2.7

TEST="hello world"
print TEST

No comments:

Post a Comment