Commit 9f51a167 by BellCodeEditor

save project

parent 4ef2a879
Showing with 8 additions and 3 deletions
message="诺依,周末一起去看动漫展吧!" message="诺依,周末一起去看动漫展吧!"
import random import random
a = "fgbhjuyhgtrdcxrf,豆腐干不好你要给发" a = "fgbhjuyhgtrdcxrf,豆腐干不好你要给发"
b="evieviqefkvn一二三四五"
str5 = "" str5 = ""
for i in message: for i in message:
str1 = i str1 = i
...@@ -11,4 +12,8 @@ for i in message: ...@@ -11,4 +12,8 @@ for i in message:
str3 = random.choice(a) str3 = random.choice(a)
str4 = str1+str2+str3 str4 = str1+str2+str3
str5 = str5+str4 str5 = str5+str4
print(str5) str6=list(str5)
\ No newline at end of file str6.insert(random.randint(0,10),b)
str7="".join(str6)
print(str7)
\ 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