Posts by George MP • 63 points
1 post
-
6
votes1
answer1867
viewsQ: Python integer split operator
Can anyone explain why this function returns -2 and not -1? print(-3//2) The operator // does not return the entire part of the division?…
1 post
6
votes1
answer1867
viewsCan anyone explain why this function returns -2 and not -1? print(-3//2) The operator // does not return the entire part of the division?…