相关考题
-
单项选择题
len(‘ar’)的值是()。
A.0
B.1
C.2
D.3 -
单项选择题
"python"+"great"的值是()。
A."python"
B."great"
C."pythongreat"
D."" -
单项选择题
‘helloWorld’.lower()的值是()。
A."HELLOWORLD"
B."Helloworld"
C."helloWorld"
D."helloworld"
