Jump to content

Array: Difference between revisions

No change in size ,  13 years ago
(Added samples in SIMPOL)
Line 137:
import string
if hasattr(string, ''ascii_lowercase''):
letters = string.ascii_lowercase # Python 2.62 and later
else:
letters = string.lowercase # Earlier versions
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.