import mathprint(math.ceil(2.9))print(math.floor(2.9))print(math.sqrt(16))
Standard input is empty
3 2 4.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!