Num = int(input("Enter A Number "))
num = int(input("Enter A Number To Add To Your Previous One "))
print(Num+num)
lum = int(input("Enter A Number "))
kum = int(input("Enter A Number To Multiply To Your Previous One "))
print(lum*kum)
To embed this project on your website, copy the following code and paste it into your website's HTML: