Length = int(input("Enter length")) Width = int(input("Enter Width")) Height = int(input("Enter Height")) print("Volume is", Length*Width*Height)