length = input( "What is the length?" ) width = input( "What is the width?" ) height = input( "What is the height" ) print( "Your length, width, and height are" , length , width, height )