print ("hello world") weight = int ( input ("what is your weight") ) height = int ( input ("what is your height") ) print ( height, "/", weight, "=", height/weight)