Is there a .tolower() for a string??

Amy sean_bear at hotmail.com
Wed Nov 26 13:57:32 EST 2003


I have a string say

a = "Hello how are YOU"

I want to end up with 

a = "hello how are you'

Isn't there a built in method for changing a string to lowercase?

Thanks.




More information about the Python-list mailing list