Advertisement
AltronZ

Reiltor

Jul 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. wight = int(input("Введите ширину: "))
  2. hight = int(input("Введите длинну: "))
  3. cost = int(input("Введите цену m2: "))
  4.  
  5. print(wight*hight*cost)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement