Advertisement
VergeoPaw

1006

Sep 17th, 2021
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. A = float(input())*2
  2. B = float(input())*3
  3. C = float(input())*5
  4. M = (A+B+C)/10
  5. print("MEDIA = %.1f"%M)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement