-->
当前位置:首页 > 题库

单选题:Python字符串变量s的值是"Python 网络爬虫",哪个选项是s[-9: 9].split()的值?

Luz3年前 (2022-12-03)题库652
Python字符串变量s的值是"Python 网络爬虫",哪个选项是s[-9: 9].split()的值?
@[C](2)

A. {'thon', '网络'}
B. 以上选项都不正确
C. ['thon', '网络']
D. 'thon 网络'



A.{'thon', '网络'}
B.以上选项都不正确
C.['thon', '网络']
D.'thon 网络'


答案:C