import mathprint (round(6.4))print (math.floor(6.7))print (math.floor(6.03))
Standard input is empty
6 6 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!