python100到200的素数 用python写出100~200的素数 用python输出100-200间的素数?解题如下;#coding=utf-8#函数用于判断某一个数是不是素数def test(num):list = [] #定义列表... 2021-03-11 1449次浏览