TOPIC

accepted answer,phyton 3.9

joana_fraga asked 1 year ago

A = int(input())

B = int(input())

X = A+B

print(f"X = {X}")

This topic was solved and cannot recieve new replies.