import mathprint(math.ceil(2.2))print(math.floor(2.7))print(math.pow(2,10))print(2^10)print(math.pi)
Standard input is empty
3 2 1024.0 8 3.141592653589793
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!