name = input('이름을 입력하세요: \n') age = input('나이를 입력하세요: \n') print('안녕하세요. ' , name, '님!') print('내년에', int(age)+1, '살이 되시겠네요!')
To embed this project on your website, copy the following code and paste it into your website's HTML: