单项选择题
python中,哪些是序列()。
A.链表 B.字符串 C.字典 D.字节
单项选择题 python中,序列是有序元素的()。
单项选择题 使用for循环10次,需要()。
单项选择题 forIinrange(2):print(’hi’)的结果()。