It is fun.the result of str.lower(str())

Sullivan WxPyQtKinter sullivanz.pku at gmail.com
Tue Mar 7 02:36:08 EST 2006


Guess what would be the result of these functions:

>>>str.lower('ASFA')
>>>str.join(str(),['1','1','1'])
>>>str.join('a','b')

If you guess them correctly, please explain.




More information about the Python-list mailing list