etc/Coding Test
[codeup] 77. 주민번호 입력받아 형태 바꿔 출력하기
Jun's N
2021. 12. 7. 04:11
f,b = input().split('-')
print(f,b, sep='')
728x90