Функция математического модуля () в Python
>>> import math
>>> math.floor(6.7)
6
Outrageous Ostrich
>>> import math
>>> math.floor(6.7)
6