from math import floor
a = 5.92
b = floor(a)
print(b)

#https://pt.stackoverflow.com/q/355315/101