单项选择题
A.input B.import C.#import D.include
python中,哪些是序列()。A.链表B.字符串C.字典D.字节
单项选择题python中,哪些是序列()。
A.链表 B.字符串 C.字典 D.字节
python中,序列是有序元素的()。A.集合B.列表C.字符串D.字典
单项选择题python中,序列是有序元素的()。
A.集合 B.列表 C.字符串 D.字典
使用for循环10次,需要()。A.range(10)B.range(9)C.range()D.range(1...
单项选择题使用for循环10次,需要()。
A.range(10) B.range(9) C.range() D.range(11)