Commit 49058762 by BellCodeEditor

save project

parent c380bf47
Showing with 3 additions and 1 deletions
...@@ -13,6 +13,7 @@ for i in range(len(message)): ...@@ -13,6 +13,7 @@ for i in range(len(message)):
k=k+z k=k+z
print(k) print(k)
m1=list(k) m1=list(k)
m1.insert(random.randint(0,len(k)),"¥%……&*$%_*^&%(%^") index=random.randint(0,len(k))
m1.insert(random.randint(0,len(m1)),"¥%……&*$%_*^&%(%^")
m2="".join(m1) m2="".join(m1)
print(m2) print(m2)
\ 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