14

This is making me feel some type of way. You too? Lmbo!

Comments
  • 3
    So one returns a double and one is an int?
    This is why dependencies and snap packages are a thing.
  • 3
    There are moments where the tiny but life-breaking backward-compatibility issues in Python make me want to scream.
  • 3
    from __future__ import division

    https://python.org/dev/peps/...

    The first is py2, the 2nd is Py3. Yes, it's a pits
Add Comment