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)

Embed on website

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