单项选择题
len(‘ar’)的值是()。
A.0 B.1 C.2 D.3
单项选择题 "python"+"great"的值是()。
单项选择题 ‘helloWorld’.lower()的值是()。
单项选择题 ‘HI’*5的值是()。