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