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
- mssql
- port
- javascript
- PyQt
- IOS
- Excel
- ubuntu
- 날짜
- PyQt5
- pandas
- flutter
- ASP
- sqlite
- tensorflow
- Unity
- 다이어트
- MySQL
- GIT
- urllib
- node.js
- 함수
- Linux
- swift
- 유니티
- 라즈베리파이
- 맛집
- python
- MS-SQL
- PER
- 리눅스
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