URI 1005- Average 1

URI 1003- Simple Sum

 

Simple Sum
                                                                    URI 1003

   Solution              

Code 

                                                 Using Python

#input

A=int(input())

B=int(input())

#logic

SOMA = A+B

#output 

print("SOMA = {}".format(SOMA)

Get the code more from here