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