Commit a403a7e4 by BellCodeEditor

save project

parent 5b64c1c2
Showing with 2 additions and 1 deletions
......@@ -12,8 +12,9 @@ for i in message:
c=random.choice(key)
text=a+b+c
d=d+text
k=random.randint(0,len(message))
f=list(d)
f.insert(3,e)
f.insert(k,e)
h="".join(f)
print(h)
......
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