n1 = int(input("ingrese el primer numero:  "))
n2 = int(input("ingrese el segundo numero: "))
sum = n1 + n2
print("la suma es:", sum)
print("julio cesar hernandez vera ")

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: