Commit 0a417036 by BellCodeEditor

save project

parent 36c84626
Showing with 7 additions and 0 deletions
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
e=" " e=" "
f="!@#$%$#@#$%%$#$%@#$$!@#$!@#$%^&*(&%$#@#$)(*&^%$#)"
import random import random
key="efkl;diofsdjvd而胡椒粉是二公局红糖发糕" key="efkl;diofsdjvd而胡椒粉是二公局红糖发糕"
for i in message: for i in message:
...@@ -8,4 +9,9 @@ for i in message: ...@@ -8,4 +9,9 @@ for i in message:
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
e=e+d e=e+d
list(f)
e=list(e)
e.insert(5,f)
e=" ".join(e)
str(e)
print(e) print(e)
\ 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