New python programmers discover something strange the first time they use the built-in round function: $ python -c ‘print(round(0.5), round(1.5), round(2.5))’0 2 2 Did you expect to see…| the tmp files