单项选择题
‘helloWorld’.lower()的值是()。
A."HELLOWORLD"
B."Helloworld"
C."helloWorld"
D."helloworld"
点击查看答案
相关考题
-
单项选择题
‘HI’*5的值是()。
A."HIHIHIHIHI"
B.""
C."HI"
D."hihihihihi" -
单项选择题
‘helloWorld’.upper()的值是()。
A."HELLOWORLD"
B."Helloworld"
C."helloWorld"
D."helloworld" -
单项选择题
‘HELLO’[:]值是()。
A."HELLOHELLOHELLOHELLOHELLO"
B.""
C."HELLO"
D.None
