Commit 298f9bbb by BellCodeEditor

save project

parent 753bbd9d
Showing with 2 additions and 1 deletions
...@@ -12,7 +12,8 @@ for i in message: ...@@ -12,7 +12,8 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
print(text,end='') print(text,end='')
list_text=list(text) list_text=list(text)
list_text.insert(1,'759hd和i及黑河夫人$%*U') index=random.randint(0,16)
list_text.insert(index,'759hd和i及黑河夫人$%*U')
strtext="".join(list_text) strtext="".join(list_text)
print(strtext) print(strtext)
......
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