相关考题
-
单项选择题
"python"+"great"的值是()。
A."python"
B."great"
C."pythongreat"
D."" -
单项选择题
‘helloWorld’.lower()的值是()。
A."HELLOWORLD"
B."Helloworld"
C."helloWorld"
D."helloworld" -
单项选择题
‘HI’*5的值是()。
A."HIHIHIHIHI"
B.""
C."HI"
D."hihihihihi"
