Commit 120f8a4c by BellCodeEditor

auto save

parent 12b977f3
Showing with 4 additions and 3 deletions
import random
a=""
key ="asfdjkghsuidhg udihiosdhiofh哈市加个福关安师傅关啊哈U盾发哈US划等号"
message = "诺依,周末一起去看动漫展吧!"
w=input("输入:")
w = "abscndh"
key ="asfdjkghsuidhg udihiosdhiofh哈市加个福关安师傅关啊哈U盾发哈US划等号"
for i in message:
str0 = i
str1 = random.choice(key)
......@@ -11,6 +13,5 @@ for i in message:
a=a+q
text = list(a)
text.insert(random.randint(0,len(a)),w)
print(text)
a="",join(text)
a="".join(text)
print(a)
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