Advertisement
VergeoPaw

1007

Sep 17th, 2021
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. A = int(input())
  2. B = int(input())
  3. C = int(input())
  4. D = int(input())
  5. DIF = ((A*B)-(C*D))
  6. print("DIFERENCA = %i"%DIF)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement