Commit 3989b418 by BellCodeEditor

save project

parent 53ecd0d3
Showing with 2 additions and 1 deletions
......@@ -14,7 +14,8 @@ for i in range(len(message)):
key_message=key_message+d
print(key_message)
m=list(key_message)
m.insert(5,"yhgbufod@$%6*!")
j=random.randint(0,len(m))
m.insert(j,"yhgbufod@$%6*!")
n="".join(m)
print(n)
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