+ 2

-1%3=2 how it happened

Python

9th Jan 2023, 7:58 AM
janvi vashistha
1 Réponse
+ 8
In Python, the modulo of negative numbers works differently from other languages like C or JavaScript. Read more details here: https://stackoverflow.com/questions/3883004/the-modulo-operation-on-negative-numbers-in-python And "how it happened" by Guido van Rossum himself: https://python-history.blogspot.com/2010/08/why-pythons-integer-division-floors.html
9th Jan 2023, 8:14 AM
Tibor Santa
Tibor Santa - avatar