#math.floor(number) import math print(math.floor(3.319)) #Prints 3 print(math.floor(7.9998)) #Prints 7