import mathx = 2.5print math.floor(x)print math.ceil(x)print math.sqrt(x)print math.frexp(x)print math.modf(x)print math.piprint math.e