Математический модуль ceil () функция в Python
>>> import math
>>> math.ceil(6.7)
7
Outrageous Ostrich
>>> import math
>>> math.ceil(6.7)
7