Help please, why doesn't it show the next input?

Jugurtha Hadjar jugurtha.hadjar at gmail.com
Wed Sep 11 21:08:54 EDT 2013


On 09/11/2013 08:33 PM, William Bryant wrote:
> @Jugurtha Hadjar
> What does user_input.lower() mean/do?
>

Hello,

As did other people point out, it returns the lower case of a string. 
It's not user_input.lower(), it's any_string.lower()

For example:

Try this on your python prompt

mystring = "ThIs Is ThE wAy SoMe StUpId PeOpLe WrItE i DoN't KnOw WhY!"
mystring.lower()





-- 
~Jugurtha Hadjar,



More information about the Python-list mailing list