Commit 59a3a606 by BellCodeEditor

save project

parent ee9f4b30
Showing with 3 additions and 1 deletions
......@@ -13,6 +13,7 @@ for i in message:
c=random.choice(key)
key_message+=a+b+c
kun=list(key_message)
kun.insert(5,d)
f= random.randint(0,len(kun))
kun.insert(f,d)
kun1="".join(kun)
print(kun1)
\ 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