함수 divmod()

Jmnote (토론 | 기여)님의 2016년 5월 22일 (일) 01:39 판 (새 문서: category: Math ==Python== category: Python <source lang='Python'> print( divmod(13, 5) ) (2, 3) </source> ==같이 보기== *modulo)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)


1 Python

print( divmod(13, 5) )
(2, 3)

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}