单项选择题
A.[1,3,4] B.[2,3,4] C.[0,3,4] D.[2,3,5]
len(‘ar’)的值是()。A.0B.1C.2D.3
单项选择题len(‘ar’)的值是()。
A.0 B.1 C.2 D.3
"python"+"great"的值是()。A."python"B."great"C."pythongreat...
单项选择题"python"+"great"的值是()。
A."python" B."great" C."pythongreat" D.""
‘helloWorld’.lower()的值是()。A."HELLOWORLD"B."Helloworld"C...
单项选择题‘helloWorld’.lower()的值是()。
A."HELLOWORLD" B."Helloworld" C."helloWorld" D."helloworld"