본문 바로가기
Python/CodeUp

1020 - 주민번호 입력받아 형태 바꿔 출력하기

by GLOWWW 2021. 2. 18.
a, b = input().split("-")
print(a+b)

댓글