不挂科搜题免费

问题:

有一个列表,请使用for循环遍历元素索引的方法打印全部列表元素()alist=list(range(

答案:

for()i()in()range(len(alist)):()print(alist[i])()