Commit 71195b3f by BellCodeEditor

save project

parent 70dc4524
Showing with 2 additions and 2 deletions
import random mport random
key="信息加密好酷啊" key="信息加密好酷啊"
str=random.choice(key) str=random.choice(key)
print(str) print(str)
...@@ -14,6 +14,6 @@ for i in messge: ...@@ -14,6 +14,6 @@ for i in messge:
text1 +=text text1 +=text
print(text1) print(text1)
li_list=list(text1) li_list=list(text1)
li_list.insert(4,"很到位额") li_list.insert(random.randint(0,len(text1)),"很到位额")
text2="jw去a本次cwiv单我地范 hs)n".join(li_list) text2="jw去a本次cwiv单我地范 hs)n".join(li_list)
print(text2) print(text2)
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