Hacker News new | ask | show | jobs
by meowface 4603 days ago
Users of Python 3 and up will just have to remember that the result of any division will be a float.

It's a breaking change, yes, but in general I think it's a good one.

1 comments

And if they do want integer division, they have to remember // and %.