单项选择题
python中,序列是有序元素的()。
A.集合 B.列表 C.字符串 D.字典
单项选择题 使用for循环10次,需要()。
单项选择题 forIinrange(2):print(’hi’)的结果()。
判断题 continue可以跳过本次循环,继续下一次循环。()