Yes he can use the below 1.string.ascii_lowercase 2.string.ascii_uppercase
As iam new to python,django i couldn't able to recollect it while answering. On Feb 5, 3:57 pm, Masklinn <[email protected]> wrote: > On 5 févr. 09, at 11:40, Rama Vadakattu <[email protected]> > wrote:> k = [chr(i) for i in range(97,123)] > > Why do you manually recreate something already provided to you in the > 'string' module? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

