Source Code:
(back to article)
name = "John" age = 20 print("My name is " + name + " and I am " + str(age) + " years old.")
Result:
Report an issue