uno = int(input("Length: ")) dos = int(input("Width: ")) des = int(input("Height: ")) print ("Volume is:", uno * dos * des )