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