태그: ceil, 파이썬, 프로그래밍 편집 파이썬에서 floor 나눔으로 ceil 나눔 구현하기 def ceildiv(a, b): return -(-a // b) 편집 참고문헌 Is there a ceiling equivalent of // operator in Python? 이 칸을 비워 두세요. 편집