5 lines
97 B
Python
5 lines
97 B
Python
print "Hello World"
|
|
|
|
# for the advanced
|
|
print "%i times hello, %s and %s" % (2, "Jan", "Fabian")
|