判断题

以下Python代码因为循环变量为 _ 将导致错误,即 _ 不能作为变量名称,不符合Python变量命名规范。( )

for _ in range(10):

       continue

A

B

赣ICP备20007335号-2