blob: 8537d545bc8c8fe5ba0ad796c1bb7b6145c664f4 [file] [log] [blame]
a = "Hello"
print("{a}, {name}!".format(name="World", a=a))