Header Ads

Header ADS

URI-1003 || Simple Sum || Python 3 Solution





a = int(input())
b = int(input())

X = a+b
print("SOMA = %d" %X)

No comments

Theme images by centauria. Powered by Blogger.