import this
import math
print(math.pi)
print(math.floor(4.25432))
3.141592653589793
4