Commit fbeaaecb by BellCodeEditor

save project

parent 544e668a
Showing with 5 additions and 0 deletions
...@@ -10,4 +10,8 @@ for i in message: ...@@ -10,4 +10,8 @@ for i in message:
str1=random.choice(key) str1=random.choice(key)
str2=random.choice(key) str2=random.choice(key)
text=text+i+str1+str2 text=text+i+str1+str2
a="你个**"
text.inser(6a)
text=list(message)
text="".join(text)
print(text) print(text)
\ No newline at end of file
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