Commit 79776aaf by BellCodeEditor

save project

parent 95f6828e
Showing with 6 additions and 4 deletions
......@@ -14,10 +14,12 @@ for i in message:
str3=random.choice(key)
into=str1+str2+str3
text=text+into
print(text)
text_l=list(text)
ganrao="ygse54hurhy4ejnr5yg"
weizhi=random.randint(0,len(text))
text_l.insert(weizhi,ganrao)
text_new="".join(text_l)
print(text_new)
......
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