+ 1

How to solve this code

Contact management system making https://code.sololearn.com/cVAklRhtVn0E/?ref=app

23rd Nov 2021, 11:32 AM
Tinsae Melkamu
3 Answers
+ 1
For the concatenation in print statement has to be a string: str(age)
23rd Nov 2021, 11:35 AM
JaScript
JaScript - avatar
+ 1
#1 print(name ,"is",age ,"years old") #2 print(f'{name} is {age} years old')
23rd Nov 2021, 3:21 PM
Shadoff
Shadoff - avatar
+ 1
Tnx
29th Nov 2021, 7:32 PM
Tinsae Melkamu