lenght = float(input('input length here')) height = float(input('input height here')) total = lenght * height print(total)