print "Hello World"

# for the advanced
print "%i times hello, %s and %s" % (2, "Jan", "Fabian")