Run
import math x = 3.14 result = math.floor(x) print('floor(x) :', result)
Output