height=raw_input("enter height:") width=raw_input("enter width:") area=(height*width) print "area:",area