blob: 273d13f6bc846093c233c87934a58cbf8108a7f0 [file] [log] [blame]
a = "Hello"
print("%s %s" % (a, "World"))