题型:单选题 题类: 难易度:容易
福建省仙游县第二中学2022-2023学年高一下学期信息技术期中质量检测试卷
i=6
while i>=2:
print (i)
i=i-1
a=[i for i in range(1,7)] b=[0]*6 head, tail=0,0 for i in range(1,7): cnt=1 while cnt<i: a[tail]=a[head] head=(head+1)%6 tail=(tail+1)%6 cnt+=1 b[a[head]- 1]=i head=(head+1)%6 |
执行该程序段后, b[5]的值为( )
试题篮