filmov
tv
Python - 036 : Get Floor and ceil values in python #python #pythonprogramming #pythontutorial
Показать описание
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
The floor of x: the largest integer not greater than x
ceil(x)
The ceiling of x: the smallest integer not less than x