name = requestString("Enter your name:")
age = requestNumber("Enter your age:")
height = requestNumber("Enter your height:")
print "Hello", name, "!", "i see that you are", num, "years old", "&", height, "tall"
Its not printing as i want it to print.