|
|
|
|
|
by unfamiliar
4603 days ago
|
|
I have tracked down many confounding bugs caused by people accidentally using integer division. This change is one of the main reasons I use python 3; it gives me one less thing to worry about, because integer division (which is only correct occasionally) stands out clearly with //. |
|