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