num1= io.read ("*n")
num2= io.read ("*n")
print ("The sum of",num1,"and",num2,"is",num1+num2)
print ("the difference of",num1,"and",num2,"is",num1-num2)
print ("the product of",num1,"and",num2,"is",num1*num2)
print ("the quotient of",num1,"and",num2,"is",num1/num2)

Embed on website

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