Commit ed1cbd4a by BellCodeEditor

save project

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