lenght = int(input("What is the lenght?")) Width = int(input("What is the Width?")) Height = int(input("What is the height?")) print("Volume is", lenght*Width*Height)