Calvin Davis added the comment:
You say that confusing IDLE with Python is common for beginners, do you mean to
suggest that IDLE isn't a Python interpreter? I know IDLE is essentially just
an IDE and distinctly different than the python shell, but I wasn't aware the
differe
Calvin Davis added the comment:
Thank you for the clarification, sorry for the report! You're awesome!
--
___
Python tracker
<https://bugs.python.org/is
New submission from Calvin Davis :
See attached image
The behavior of min() (and probably max and other related functions) changes
depending on the order of the parameters it sorts.
In the image, I sorted two tuples, coordinate points, with the same Y value and
different X values. When the