Commit c380bf47 by BellCodeEditor

save project

parent 8c927df2
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,6 @@ for i in range(len(message)): ...@@ -13,6 +13,6 @@ 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(m1)),"¥%……&*$%_*^&%(%^") m1.insert(random.randint(0,len(k)),"¥%……&*$%_*^&%(%^")
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