a = int(input("만나이를 입력하세요:") ) b = input("이름을 입력하세요:") print('당신의 이름은', b ,'이고, 태어난 년도는',2024-a,'년이다.')