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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.單項選擇題python中,實例變量可以被()調用

A.類
B.對象
C.變量
D.函數(shù)

4.單項選擇題python中,len({1,2})的結果()

A.0
B.1
C.2
D.3

5.單項選擇題python中,10//7的值是()

A.0
B.1
C.2
D.3