资料 NCT 全国青少年编程能力等级测试 python 三级 word 练习一、选择题1.以下 python 程序段执行后,输出结果为( )m=29If m %3!= 0:print( m, "不能被 3 整除")else:print( m, "能被 3 整除")A.29 不能被 3 整除B.m 不能被 3 整除C.29 能被 3 整除D.m 能被 3 整除2.在 Python 中 print(8+7%2**2)的执行结果是( )A.5B.1C.6D.113.在 python 语言中表示“x 属于区间[a,b)” 的正确表达式是( )A.a≤ x or x < bB.a<= x and x < bC.a≤x and x< bD.a<=x or x=6")C.ord("5")D.round(5.9)15.队列在 Python 中,用( )实现队列的创建,队列的基本操作:( )( )( )( )线性数据结构又称线性表。A.随机;入队;出队;求队长;判队空B.列表;入队;出队;求队长;判队空C.列表;随机;出队;求队长;判队空D.入队;随机;列表;求队长;...