Commit ef1dbe99 by BellCodeEditor

save project

parent a968ceea
Showing with 15 additions and 0 deletions
import random
key = 'dfdfdf热狗热狗热狗人不会让他盈亏可使人??'
message = "SB,54188"
u = ""
for i in message:
a = i
b = random.choice(key)
c = random.choice(key)
text = a + b + c
u = u + text
import random
key = 'jerewfewrre'
a = random.choice(key)
print(a)
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