I'm a newbie of Python. In the following code(or see attached), I want to call all the numbers input inside a string in the last step of the program. How should I do that?
print "how old are you?",age = raw_input()print "how tall are you?",height = raw_input()print = (expected outcome: You're X old, X tall, etc.)