当前位置:主页 > 软件编程 > Python代码 >
时间:2021-02-04 11:37:21 | 栏目:Python代码 | 点击:次
# 打印出素数列表print ([x for x in range(1000) if is_sushu(x)])