L = ['Alice', 66, 'Bob', True, 'False', 100]
num=1
for i in L:
if num%2==0:
print(i)
num=num+1
检查一下是不是下面的代码前面存在空格,正常代码是没问题的