Commit d571c67c by BellCodeEditor

auto save

parent e3160ea5
Showing with 12 additions and 0 deletions
import random
message="想玩手机!"
key="ahjjhweudjeuiqhedjhjwhehdiorfg"
key_message=""
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message+=d
print(key_message)
\ 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