Python best practices guidebook, written for humans.
Added Note for xrange
Python 3 does not have xrange(). Uses range() instead.
K
Kuldeep Singh committed
7aca6814e24abc97ab76bb75e6dadcf58f6aad7d
Parent: e6fb422
Python best practices guidebook, written for humans.
Python 3 does not have xrange(). Uses range() instead.