why does python round 0 5 to 0

Solutions on MaxInterview for why does python round 0 5 to 0 by the best coders in the world

showing results for - "why does python round 0 5 to 0"
Nicole
18 May 2016
1i = round(0.5)
2print(i)