print ("enter your name \n")
name=io.read ()
print ("enter your age \n")
age=io.read ("*n")
io.write ("You are ",name," of age ",age)
newage= age+5
io.write (" ,your age after 5 years will be ",newage)

Embed on website

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