Commit 16762f51 by BellCodeEditor

save project

parent 0a885c16
Showing with 12 additions and 0 deletions
import random
key="fuehgqsagyipqa;"
message="豆腐干海量好礼啊嘎嘎好了"
sl=""
for i in message:
s1=i
s2=random.choice(key)
s3=random.choice(key)
s4=s1+s2+s3
sl=sl+s4
print(sl)
\ 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