Commit c005ebec by BellCodeEditor

save project

parent 0225c562
Showing with 11 additions and 22 deletions
import random
message = "诺依,周末一起去看动漫展吧!"
key="四大金刚国家二级个恩惠输入框的看了看的理解二十五二傻温热解决午饭即可我看了开头和看"
c="ev bdnwvanfcbnshjbbaasjebssdhm"
a=""
for i in message:
x=i
y=random.choice(key)
z=random.choice(key)
b=x+y+z
a=a+b
print(a)
f=list(a)
d=len(f)
for j in range(d):
g=random.randint(0,d)
e=random.choice(c)
f.insert(g,e)
print("".join(f))
import csv
with open(r"D:\xyl\pi.csv",'r') as f:
lf=list(csv.reader(f))
ld=lf[1][0]
print(ld)
a=input("14")
if a in ld:
print('yes')
else:
print('no')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment