单项选择题
python中,[i for i in range(10)ifi%2==0]的值是()
A.[2,5,8] B.[1,4,7] C.[0,3,6] D.[0,2,4,6,8]
单项选择题 "hello world".count(’o’)的值是()
单项选择题 python中,"zhongGuo".lower()的值是()
单项选择题 python中,’helloworld’.split(’o’)的值是()