判断题

通过以下代码,可以访问列表age中的每一个元素。( )

age=[15,18,16,19,19]

for it in age:

    print(age[it])

A

正确

B

错误

赣ICP备20007335号-2