The classical programming example in Python
Let Python print a string literal:
print "Hello world."
It’s easy, isn’t it?
Home