python输出100以内的质数与合数实例代码 具体代码如下所述:__author__='YueQingxuan'#-*-coding:utf-8-*-#求质数p=[2]foriinrange(2,101):fortempinrange(2 输出质数