Re: [Tutor] converting upper case to lowercase and vice-versa

2013-03-15 Thread Robert Sjoblom
> What is the correct syntax to covert English characters from uppercase to > lowercase and from lowercase to uppercase? > s.upper() and s.lower() -- best regards, Robert S. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription

[Tutor] converting upper case to lowercase and vice-versa

2013-03-15 Thread Shall, Sydney
I am just learning Python and my book does not solve my problem. I have not yet been successful in searching the Python 2.7.3 tutorial I am doing an encryption exercise. Python 2.7.3 MAC OS X 10.6.8 What is the correct syntax to covert English characters from uppercase to lowercase and from low