Commit b88e171c by BellCodeEditor

save project

parent 9339ebc0
Showing with 10 additions and 0 deletions
import random
key=[asdfadbgefsadfwdfadsfdsaf]
message=["诺依,周末一起去看漫展吧"]
for i in message:
sty1=i
sty2=random.choice(key)
sty3=random.choice(key)
tyu=sty1+sty2+sty3
print(tyu+end="")
\ 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