试题 试卷
题型:单选题 题类:常考题 难易度:容易
运算符与表达式
图a
图b
def p(x):
for i in range(2,x):
if x%i==0:
return False
return True
执行语句 print(p(5),p(6))后,输出的结果为( )
试题篮