单项选择题
数学模块中,math.sqrt(4)的值是()。
A.0 B.2 C.2.0 D.4.0
单项选择题 ‘helllo’.find(‘l’)的值是()。
单项选择题 "ILOVECHINA"[0::2]的值是()。
单项选择题 list(range(10))[2:5]的值是()。