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