单项选择题
‘helllo’.find(‘l’)的值是()。
A.0 B.2 C.1 D.3
单项选择题 "ILOVECHINA"[0::2]的值是()。
单项选择题 list(range(10))[2:5]的值是()。
单项选择题 len(‘ar’)的值是()。