How to add a string variable and a string together python

Viewed 7
age = str(input(‘what is your age?))
age = int(age)
print(age+10)
print(‘their age is’+age)

#my pictures were really bad so I had to tips it out #I’m also new to stack overflow

0 Answers
Related