Hello,
The following looks strange to me in Python:
7/-3 gives -3
It looks like Python rounds off -2.33333 to -3! is this correct??
Isn't it -2?
Greets,
Wim.
The following looks strange to me in Python:
7/-3 gives -3
It looks like Python rounds off -2.33333 to -3! is this correct??
Isn't it -2?
Greets,
Wim.
Comment