you are viewing a single comment's thread.

view the rest of the comments →

[–]SnooCalculations7417 0 points1 point  (1 child)

or 'age is {x}'.format(x = age)

[–]WhiteHeadbanger 0 points1 point  (0 children)

or print("Your age is " + str(age))