Header Ads

Header ADS

URI-1001-Extremely Basic- Python 3 Solution


                                     




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

X = a+b
#this is another way of formatting
# print("X = %d" %X)
print("X = {}".format(X))





No comments

Theme images by centauria. Powered by Blogger.