无意间发现try: except:可以给未知长度的列表赋值
写了个代码,功能是把任意数字~0的列表中的每个数字依次加1,2,3,4,5循环 比如:range(0,12) 依次+1,2,3,4,5则为No code , BB what?
try:
unknownList = list(range(0,int(input('输入:'))))
print('开始:',unknownList)
addlist =
i = 0
while True:
j=0
while j<5:
i-=1
unknownList += addlist
j+=1
except IndexError as reason:
print('结束:',unknownList)
你认为try: except:还有什么作用呢,小编也想知道(误),请在评论区发表你的看法!
页:
[1]