單項選擇題python中,"zhongGuo".lower()的值是()

A."zhongguo"
B."ZHONGGUO"
C."Zhongguo"
D.程序異常


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題python中,’helloworld’.split(’o’)的值是()

A.[’hell’,’rld’]
B.[’hell’,’w’,’rld’]
C.[’hell’,’w’]
D.[]

2.單項選擇題python中,’HELLO’*5的值是()

A."HELLOHELLOHELLOHELLOHELLO"
B.""
C."HELLO"
D.None

3.單項選擇題’python’-"python"()的值是()

A.報錯
B."Hello world"
C."hello World"
D."hello world"

4.單項選擇題python中,’python’是什么數(shù)據(jù)類型()

A.字符串
B.列表
C.單詞
D.字母

5.單項選擇題python中,5*5的結(jié)果是()

A.25
B.15
C.150
D.125