Commit 4136348b by BellCodeEditor

save project

parent e6686525
Showing with 2 additions and 0 deletions
......@@ -14,6 +14,8 @@ for i in message:
text=text+a+q+w
r="dhscbcaewkUCNIUW"
i=list(text)
num=random.randint(0,len(i))
i.insert(6,r)
i="".join(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