增加依赖包文件
This commit is contained in:
parent
fbc15a29fd
commit
bb4e36efdc
14
pls.py
14
pls.py
|
|
@ -15,13 +15,13 @@ sum_df = pd.value_counts(sum_list)
|
||||||
group3 = [ i for i in l if len(set(i)) == 2]
|
group3 = [ i for i in l if len(set(i)) == 2]
|
||||||
sum_group_dict = {i: [] for i in np.arange(28)}
|
sum_group_dict = {i: [] for i in np.arange(28)}
|
||||||
for i in group3:
|
for i in group3:
|
||||||
|
|
||||||
sum_group_dict[sum(map(int, list(i)))].append(i)
|
sum_group_dict[sum(map(int, list(i)))].append(i)
|
||||||
|
|
||||||
for i in sum_group_dict.keys():
|
for i in sum_group_dict.keys():
|
||||||
f3 = lambda number: True if '3' not in number else False
|
f3 = lambda number: True if '1' not in number else False
|
||||||
if i == 14:
|
if i in [13, 16]:
|
||||||
continue
|
print(i, list(filter(f3, sum_group_dict[i])))
|
||||||
print(i, sum_group_dict[i])
|
|
||||||
# print(sum_group3_dict)
|
# print(sum_group3_dict)
|
||||||
# sum_group3 = [ sum(map(int, list(i))) for i in group3]
|
# sum_group3 = [ sum(map(int, list(i))) for i in group3]
|
||||||
# print(pd.value_counts(sum_group3).to_dict())
|
# print(pd.value_counts(sum_group3).to_dict())
|
||||||
|
|
@ -39,9 +39,9 @@ for i in sum_group6_dict.keys():
|
||||||
f3 = lambda number: True if '2' not in number else False
|
f3 = lambda number: True if '2' not in number else False
|
||||||
f4 = lambda number: True if max(map(int, number)) - min(map(int, number)) != 2 else False
|
f4 = lambda number: True if max(map(int, number)) - min(map(int, number)) != 2 else False
|
||||||
f5 = lambda number: True if '3' not in number else False
|
f5 = lambda number: True if '3' not in number else False
|
||||||
# print(i, sum_group6_dict[i])
|
f3 = lambda number: True if '1' not in number else False
|
||||||
# print(i, list(filter(f3, filter(f2, filter(f1, sum_group_dict[i])))))
|
if i in [13, 16]:
|
||||||
# print(i, sum_group_dict[i])
|
print(i, list(filter(f3, sum_group6_dict[i])))
|
||||||
# print(pd.value_counts(sum_group3).to_dict())
|
# print(pd.value_counts(sum_group3).to_dict())
|
||||||
|
|
||||||
# 连号
|
# 连号
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,121 @@
|
||||||
|
aiomysql==0.1.1
|
||||||
|
appdirs==1.4.4
|
||||||
|
asgiref==3.5.2
|
||||||
|
asttokens==2.0.5
|
||||||
|
attrs==19.3.0
|
||||||
|
Automat==0.8.0
|
||||||
|
backcall==0.2.0
|
||||||
|
backports.zoneinfo==0.2.1
|
||||||
|
beautifulsoup4==4.11.1
|
||||||
|
blinker==1.4
|
||||||
|
bs4==0.0.1
|
||||||
|
certifi==2022.9.24
|
||||||
|
chardet==3.0.4
|
||||||
|
Click==7.0
|
||||||
|
cloud-init==20.1
|
||||||
|
colorama==0.4.3
|
||||||
|
command-not-found==0.3
|
||||||
|
configobj==5.0.6
|
||||||
|
constantly==15.1.0
|
||||||
|
cryptography==2.8
|
||||||
|
cssselect==1.1.0
|
||||||
|
dbus-python==1.2.16
|
||||||
|
decorator==5.1.1
|
||||||
|
distro==1.4.0
|
||||||
|
distro-info===0.23ubuntu1
|
||||||
|
Django==4.1
|
||||||
|
entrypoints==0.3
|
||||||
|
executing==0.8.3
|
||||||
|
fake-useragent==0.1.11
|
||||||
|
googleapis-common-protos==1.56.4
|
||||||
|
greenlet==1.1.3
|
||||||
|
grpcio==1.47.0
|
||||||
|
grpcio-tools==1.47.0
|
||||||
|
helium==3.0.8
|
||||||
|
httplib2==0.14.0
|
||||||
|
hyperlink==19.0.0
|
||||||
|
idna==2.8
|
||||||
|
importlib-metadata==1.5.0
|
||||||
|
incremental==16.10.1
|
||||||
|
inflect==6.0.0
|
||||||
|
ipython==8.4.0
|
||||||
|
isc==2.0
|
||||||
|
jedi==0.18.1
|
||||||
|
Jinja2==2.10.1
|
||||||
|
jsonpatch==1.22
|
||||||
|
jsonpointer==2.0
|
||||||
|
jsonschema==3.2.0
|
||||||
|
keyring==18.0.1
|
||||||
|
language-selector==0.1
|
||||||
|
launchpadlib==1.10.13
|
||||||
|
lazr.restfulclient==0.14.2
|
||||||
|
lazr.uri==1.0.3
|
||||||
|
lxml==4.9.1
|
||||||
|
MarkupSafe==1.1.0
|
||||||
|
matplotlib-inline==0.1.3
|
||||||
|
more-itertools==4.2.0
|
||||||
|
netifaces==0.10.4
|
||||||
|
numpy==1.23.1
|
||||||
|
oauthlib==3.1.0
|
||||||
|
pandas==1.4.3
|
||||||
|
parse==1.19.0
|
||||||
|
parso==0.8.3
|
||||||
|
pexpect==4.6.0
|
||||||
|
pickleshare==0.7.5
|
||||||
|
ply==3.11
|
||||||
|
prompt-toolkit==3.0.30
|
||||||
|
protobuf==3.20.1
|
||||||
|
pure-eval==0.2.2
|
||||||
|
pyasn1==0.4.2
|
||||||
|
pyasn1-modules==0.2.1
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pydantic==1.10.2
|
||||||
|
pyee==8.2.2
|
||||||
|
Pygments==2.12.0
|
||||||
|
PyGObject==3.36.0
|
||||||
|
PyHamcrest==1.9.0
|
||||||
|
PyJWT==1.7.1
|
||||||
|
pymacaroons==0.13.0
|
||||||
|
PyMySQL==1.0.2
|
||||||
|
PyNaCl==1.3.0
|
||||||
|
pyOpenSSL==19.0.0
|
||||||
|
pyppeteer==1.0.2
|
||||||
|
pyquery==1.4.3
|
||||||
|
pyrsistent==0.15.5
|
||||||
|
pyserial==3.4
|
||||||
|
python-apt==2.0.0+ubuntu0.20.4.7
|
||||||
|
python-dateutil==2.8.2
|
||||||
|
python-debian===0.1.36ubuntu1
|
||||||
|
pytz==2022.1
|
||||||
|
PyYAML==5.3.1
|
||||||
|
requests==2.22.0
|
||||||
|
requests-html==0.10.0
|
||||||
|
requests-unixsocket==0.2.0
|
||||||
|
retrying==1.3.3
|
||||||
|
SecretStorage==2.3.1
|
||||||
|
selenium==3.141.0
|
||||||
|
service-identity==18.1.0
|
||||||
|
simplejson==3.16.0
|
||||||
|
six==1.14.0
|
||||||
|
sos==4.3
|
||||||
|
soupsieve==2.3.2.post1
|
||||||
|
sqlacodegen==2.3.0
|
||||||
|
SQLAlchemy==1.4.41
|
||||||
|
sqlparse==0.4.2
|
||||||
|
ssh-import-id==5.10
|
||||||
|
stack-data==0.3.0
|
||||||
|
systemd-python==234
|
||||||
|
tqdm==4.64.1
|
||||||
|
traitlets==5.3.0
|
||||||
|
Twisted==18.9.0
|
||||||
|
typing-extensions==4.3.0
|
||||||
|
ubuntu-advantage-tools==27.9
|
||||||
|
ufw==0.36
|
||||||
|
unattended-upgrades==0.1
|
||||||
|
urllib3==1.25.8
|
||||||
|
w3lib==2.0.1
|
||||||
|
wadllib==1.3.3
|
||||||
|
wcwidth==0.2.5
|
||||||
|
websockets==10.3
|
||||||
|
zipp==1.0.0
|
||||||
|
zope.interface==4.7.1
|
||||||
Loading…
Reference in New Issue