摘要: 哥德巴赫猜想:大于8的偶数之和都可以被两个素数相加 范围 8 - 10000 思路: 首先不要去管需要什么什么东西实现,所以我们如果知道如何去完成: 大于8的偶数之和都可以被两个素数相加: # 可以假设 这个猜想是正确的。 # 设一个变量是true flag = True # 确定范围 8 - 10 阅读全文
posted @ 2021-06-05 08:47 漫不经心、 阅读(805) 评论(0) 推荐(0)
摘要: import urllib.request import ssl import re import xlwt import DBUtils import xlrd from xlutils.copy import copy def getContent(ye): headers={ "User-Ag 阅读全文
posted @ 2021-06-05 00:55 漫不经心、 阅读(57) 评论(0) 推荐(0)
摘要: from copy import copy import requests import re from bs4 import BeautifulSoup import urllib.request import ssl import DBUtils import xlwt import xlrd 阅读全文
posted @ 2021-06-05 00:53 漫不经心、 阅读(176) 评论(0) 推荐(0)