Mathematikmodul Floor () Funktion in Python
>>> import math
>>> math.floor(6.7)
6
Outrageous Ostrich
>>> import math
>>> math.floor(6.7)
6