🏃
Python 100제
/
✌
Python 100제 - 2권
/
🔥
문제58
/
✔️
답안
✔️
답안
n = int(input()) result = format(n, ',') print(result) ##재귀함수 사용해서도 풀어보세요!