素数python 素数python程序编写 python如何判断一个数是不是质数代码如下:#coding=utf8print u'请输入一个数:'n = input()isPrime = Truefor i in range(2, n): if n %... 小编 /Python /2023-11-13 /0 评论 /38 阅读