单项选择题
python中,’helloworld’.split(’o’)的值是()
A.[’hell’,’rld’] B.[’hell’,’w’,’rld’] C.[’hell’,’w’] D.[]
单项选择题 python中,’HELLO’*5的值是()
单项选择题 ’python’-"python"()的值是()
单项选择题 python中,’python’是什么数据类型()