單項選擇題python中,實例變量可以被()調(diào)用

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

3.單項選擇題python中,在切片操作中[x:y:z],y表示()

A.起始下標
B.終止下標
C.步長
D.長度

4.單項選擇題python中,下列是正確的變量名的是()

A.while
B.if
C.in
D.IN

5.單項選擇題python中,“hello”[:-1:]的值是()

A."olleh"
B."hello"
C."hell"
D."o"