endzie_fyrge

[3] Cleaning Supplies

Jun 23rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. x = int(input("Enter the room length: "))
  2. y = int(input("Enter the room width: "))
  3.  
  4. print(1000 / ((x * y) * 0.5 * 3))
Add Comment
Please, Sign In to add comment