A=input(“Entre first number: “) B=input(“Entre second number: “) print (int (A) + int (B))

Leave a Comment

Your email address will not be published. Required fields are marked *