일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 수 정렬하기
- centuryFromYear
- 백준
- 파이썬머신러닝완벽가이드
- cpp
- codesingal
- matrixElementsSum
- collections.deque
- shapeArea
- All Longest Strings
- 피보나치 수
- Python
- recursion
- til
- almostIncreasingSequence
- baekjun
- Numpy
- markdown
- Daily Commit
- Sequential Search
- C++
- 10953
- 파이썬 포렌식
- flask
- data_structure
- 2750
- codesignal
- adjacentElementsProduct
- Counting cells in a blob
- 2015 봄학기 알고리즘
Archives
- Today
- Total
Introfor
문자열 앞 0으로 채우기 본문
zfill()
print("3".zfill(3))
Result
003
'Doing > Python' 카테고리의 다른 글
[Algoritm] Stack (0) | 2020.07.20 |
---|---|
numpy 기초 (0) | 2020.07.13 |
Python Flask (0) | 2019.12.23 |
How to release python module (0) | 2019.12.19 |
list remove, pop, insert, extend (0) | 2019.10.20 |
Comments