Fungsi Lantai Modul Matematika () dalam Python
>>> import math
>>> math.floor(6.7)
6
Outrageous Ostrich
>>> import math
>>> math.floor(6.7)
6