| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- til
- 백준
- recursion
- cpp
- 피보나치 수
- Sequential Search
- 2750
- markdown
- 수 정렬하기
- Numpy
- almostIncreasingSequence
- Daily Commit
- matrixElementsSum
- 10953
- flask
- 2015 봄학기 알고리즘
- baekjun
- Counting cells in a blob
- collections.deque
- C++
- shapeArea
- All Longest Strings
- codesignal
- data_structure
- 파이썬머신러닝완벽가이드
- codesingal
- 파이썬 포렌식
- centuryFromYear
- adjacentElementsProduct
- Python
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