Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 함수
- pandas
- 라즈베리파이
- javascript
- node.js
- flutter
- PyQt5
- 유니티
- PER
- port
- IOS
- MS-SQL
- swift
- PyQt
- mssql
- sqlite
- GIT
- MySQL
- ubuntu
- python
- ASP
- 리눅스
- 맛집
- tensorflow
- Linux
- Unity
- 다이어트
- 날짜
- urllib
- Excel
Archives
아미(아름다운미소)
python divmod() 본문
몫과 나머지를 구하는 함수
[root@localhost ~]# python
>>> a,b = divmod(9,5)
>>> print a,b
1 4
'랭귀지 > python' 카테고리의 다른 글
이클립스 실행 오류 해결방법(로고만 잠깐 나타난후 바로꺼짐) (1) | 2019.05.02 |
---|---|
pandas.DataFrame.head, DataFrame.tail (0) | 2019.04.30 |
python chr (0) | 2019.04.20 |
Python 튜플 슬라이싱 (0) | 2019.04.17 |
OpenCV 란? (0) | 2019.04.16 |
Comments