单项选择题
’holle’.find(’o’)的返回值是()
A.0 B.1 C.2 D.3
单项选择题 使用内置函数求一个数值型列表中最大的数字,可以使用()
单项选择题 max([0,1,2,3])的值为()
单项选择题 r=[w for w in range(3)],则r的值是()