Commit 120f8a4c by BellCodeEditor

auto save

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