web请求类题目,要求1000次
import requests
from bs4 import BeautifulSoup
import time
urlhttp://ad7bc925-bc7a-4881-8a75-9045b60d4ab2.node5.buuoj.cn:81/index.php
srequests.session() #维持会话
datas.get(url)
for i in range(1001):soupBeautifulSoup(d…
用jupyter notebook导出pdf时,因为报错信息,需要用到Tex nbconvert failed: xelatex not found on PATH, if you have not installed xelatex you may need to do so. Find further instructions at https://nbconvert.readthedocs.io/en/latest/install…