Header Ads

Header ADS

1003.Simple Sum in python

This is the solution of the problem:

A=int(input())
B=int(input())
SOMA = A+B
print("SOMA = %i"%SOMA)

No comments

Powered by Blogger.