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