Commit 0c024730 by BellCodeEditor

save project

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