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. -- http://mail.python.org/mailman/listinfo/python-list
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. -- http://mail.python.org/mailman/listinfo/python-list