Commit 52f1b9dc by BellCodeEditor

save project

parent 39ceaae3
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ for i in message: ...@@ -11,7 +11,7 @@ for i in message:
p=p+strall p=p+strall
print(p) print(p)
pp=list(p) pp=list(p)
kk="sadfadsbdsb" kk=input("请输入加密字符:")
pp.insert(random.randint(0,len(pp)),kk) pp.insert(random.randint(0,len(pp)),kk)
ppp="".join(pp) ppp="".join(pp)
print(ppp) print(ppp)
......
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