Source Code:
(back to article)
name = "John" print("My name is {}".format(name))
Result:
Report an issue