You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it really matters but it might fit huge numbers : both range and xrange are used making things a bit confusing.
Is there any particular reason for this?
The text was updated successfully, but these errors were encountered:
I found this in 2023 and the use of xrange seemed archaic. I thought that you were just trying to emphasize the point that it isn't creating a list and then iterating over it (as Python 2 range did).
Not sure if it really matters but it might fit huge numbers : both range and xrange are used making things a bit confusing.
Is there any particular reason for this?
The text was updated successfully, but these errors were encountered: