执行下列程序段后输出结果?( )
>>>str1='python world'
>>>str1.title()
'Python World'
'PYTHON WORLD'
'python world'
'Python world'