target=1
print(format(target,'02'))
print('{0:03d}'.format(target))
결과 :
01
001
개인적으로 밑에 것을 더 선호
'알고리즘 > 함수 in python' 카테고리의 다른 글
from itertools import 순열, 조합, 곱집합, 중복조합 in python (0) | 2021.11.02 |
---|---|
[백준 2108번] (Counter)통계학(평균, 중앙값, 최빈값, 범위) in python (0) | 2021.11.01 |
문자열 내부 공백 제거 in python (0) | 2021.10.26 |
파이썬으로 입력받기 - input() or sys.stdin.readline() (0) | 2021.10.25 |
python 딕셔너리 - items, values, 정렬 (0) | 2021.09.01 |
댓글