Commit 3c689145 by BellCodeEditor

auto save

parent 33f3c454
Showing with 2 additions and 1 deletions
...@@ -16,6 +16,6 @@ for i in message: ...@@ -16,6 +16,6 @@ for i in message:
print(b) print(b)
d='徽二u麻烦,哦啊,得哦没有人,odd木,熊出没,cxrosmieimrof莫哦而是灭剖面符号肉食性' d='徽二u麻烦,哦啊,得哦没有人,odd木,熊出没,cxrosmieimrof莫哦而是灭剖面符号肉食性'
list1=list(b) list1=list(b)
list1.insert(random.randint(0,len(list1)),d) list2=list1.insert(random.randint(0,len(list1)),d)
str4=''.join(list1) str4=''.join(list1)
print(str4) print(str4)
\ No newline at end of file
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