Commit 05813473 by BellCodeEditor

save project

parent eb8965dd
Showing with 5 additions and 1 deletions
...@@ -12,7 +12,11 @@ for i in message: ...@@ -12,7 +12,11 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
text = strl+str2+str3 text = strl+str2+str3
text1=text1+text text1=text1+text
print(text1) abc='#%^%$^^%%$%$U^&%^%&'
textlist=list(text1)
textlist.insert(5,abc)
textkey="".join(textlist)
print(textkey)
......
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