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