import randomwu=[1,33,44,11,55,32,54]
print(len(wu))
for i in range(len(wu)): print(wu[i])
列表遍历
原文:https://www.cnblogs.com/wyx1990/p/12003750.html