import time
while True
# print(11111)
# time,sleep(1)
# break
list =[1 , 2 , 3, 4, 5]
#list1-len=(list1) #5
#while list1-len>0:
# list1 _len-= 1
# # print(list1_len) #4 3 2 1 0
#
# print(list1[list1_len])
# 依次循环取出list1中的每一个值
for x in list1:
print(x)
mport time
while True
# print(11111)
# time,sleep(1)
# break
list =[1 , 2 , 3, 4, 5]
#list1-len=(list1) #5
#while list1-len>0:
# list1 _len-= 1
# # print(list1_len) #4 3 2 1 0
#
# print(list1[list1_len])
# 依次循环取出list1中的每一个值
for x in list1:
print(x)
mport time
while True
# print(11111)
# time,sleep(1)
# break