Commit b49d6ad6 by BellCodeEditor

save project

parent 8d3b4c87
Showing with 10 additions and 0 deletions
import random
message = "周末一起去玩吧。"
key = "ABC"
u = ""
for i in message:
x = random.choice(key)
y = random.choice(key)
u = u + i + x + y
print(u)
\ 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