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