Get the solution of URI Online Judge problem in python
A=int(input())B=int(input())SOMA = A+Bprint("SOMA = %i"%SOMA)
No comments