Advertisement
VergeoPaw

1003

Sep 17th, 2021
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. A = int(input(""))
  2. B = int(input(""))
  3. SOMA = A + B
  4. print("SOMA = %i"%SOMA)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement