Commit 6fcf826e by BellCodeEditor

save project

parent 47e950ec
Showing with 3 additions and 3 deletions
import random import random
m= "特股份公司告诉更多人的德瑞特都会感到有点高" m= input("今天你要加密的内容是什么")
s="1234567654313456789654321·23865421109876542345678965345678987654345686567656" s="1234567654313456789654321·23865421109876542345678965345678987654345686567656"
k="##$%**" k="##$%**"
j="" j=""
...@@ -11,5 +11,5 @@ for i in m: ...@@ -11,5 +11,5 @@ for i in m:
j=j+r j=j+r
z=list(j) z=list(j)
z.insert(random.randint(0,len(z)),k) z.insert(random.randint(0,len(z)),k)
"".join(z) w="".join(z)
print(z) print(w)
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