Commit e6686525 by BellCodeEditor

save project

parent 36c67c2e
Showing with 2 additions and 2 deletions
...@@ -10,10 +10,10 @@ text="" ...@@ -10,10 +10,10 @@ text=""
for i in message: for i in message:
a=i a=i
q=random.choice(key) q=random.choice(key)
w=random.choice() w=random.choice(key)
text=text+a+q+w text=text+a+q+w
r="dhscbcaewkUCNIUW" r="dhscbcaewkUCNIUW"
i=list(test) i=list(text)
i.insert(6,r) i.insert(6,r)
i="".join(i) i="".join(i)
print(i) print(i)
......
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