下列函数或操作, 错误的为哪一项? ( )
>>>tuple(' hello world' )
>>>tuple(range(1: 3) )
>>>tuple(range(3) )
>>>tuple(map(str, range(3) ) )