Commit 61cdbf0f by BellCodeEditor

save project

parent 31cbff07
Showing with 8 additions and 0 deletions
import random
key="大大滴好,八嘎呀路,哭你次哇"
message = "诺依,周末一起去看动漫展吧!"
for i in message:
st2=random.choice(key)
st3=random.choice(key)
print(i+st2+st3,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