Commit 6fcf826e by BellCodeEditor

save project

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