blob: a39f2204a20ebc515d4d94c17db6c38418300264 [file] [log] [blame]
a = "Hello"
print("{1}, {0}!".format("World", a))