name = input()
age = input()


print("이름은",name,"이고 나이는",age,"살입니다")

Embed on website

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