单选题:Python字符串变量s的值是"Python 网络爬虫",哪个选项是s[-9: 9].split()的值?
Python字符串变量s的值是"Python 网络爬虫",哪个选项是s[-9: 9].split()的值?
@[C](2)
A. {'thon', '网络'}
B. 以上选项都不正确
C. ['thon', '网络']
D. 'thon 网络'
A.{'thon', '网络'}
B.以上选项都不正确
C.['thon', '网络']
D.'thon 网络'
answer:C
@[C](2)
A. {'thon', '网络'}
B. 以上选项都不正确
C. ['thon', '网络']
D. 'thon 网络'
A.{'thon', '网络'}
B.以上选项都不正确
C.['thon', '网络']
D.'thon 网络'
answer:C