Commit f679d1cb by BellCodeEditor

save project

parent e9a7403a
Showing with 3 additions and 1 deletions
......@@ -13,7 +13,8 @@ for i in message:
c=random.choice(key)
d=a+b+c
e+=d
m=random.randint(0,len(message))
p=list(e)
p.insert(4,key2)
p.insert(m,key2)
s="".join(p)
print(s)
\ 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