单项选择题

如何将字符串 s = 'very importent person' 变成列表 l = [ 'very' , 'importent' , 'person']
A、l = list( s )
B、l=s.split()
C、l = s
D、l = str( s )

微信扫码免费搜题