Source Code:
(back to article)
name = "John" age = 20 print("Mein Name ist {} und ich bin {} Jahre alt.".format(name, age))
Result:
Report an issue