Python - 036 : Get Floor and ceil values in python #python #pythonprogramming #pythontutorial

preview_player
Показать описание
floor(x)
The floor of x: the largest integer not greater than x

ceil(x)
The ceiling of x: the smallest integer not less than x
Рекомендации по теме