Advertisement
simeonshopov

Change Tiles

Sep 2nd, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. n=float(input())
  2. w=float(input())
  3. l=float(input())
  4. m=float(input())
  5. o=float(input())
  6. area=(n**2-m*o)/(w*l)
  7. time=area*0.2
  8. print('%.2f'%area)
  9. print('%.2f'%time)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement