python 之路
2021-07-17 10:07
标签:color pen div col pytho i+1 [] end for python 之路 标签:color pen div col pytho i+1 [] end for 原文地址:https://www.cnblogs.com/a5586051/p/9532169.htmla=[1,2,3,4,5,6,7,8,9,10]#十个人报数,123的顺序,每到3就蹲下一人。问,最后站着的是第几个。
i=0
gs0=0
bs=0
while True:
if a[i]!=0:
bs+=1
if bs==3:
a[i]=0
gs0+=1
bs=0
print (a)
if gs0==9:
break
i+=1
i=i%10
i=0
while i:
a=[]
i=0
while i
if a[i]!=0: print (‘下标是‘,i,‘的值是‘,a[i]) break i+=1
上一篇:C++
下一篇:spring测试save方法报错