Commit 847b1508 by BellCodeEditor

save project

parent d06a6380
Showing with 13 additions and 1 deletions
import random
key = "asdfasdfa,asd,fasdf,ghgh,t,a"
x=" "
message="而非击落飞机和分红呢坚决反击了而咖啡"
z=random.randint(0,len(message))
for i in message:
x1=i
x2=random.choice(key)
x3=random.choice(key)
x4=x1+x2+x3
x=x+x4
y=list(message)
y.insert(z,"awhfjwfhwjhffy***")
print(y)
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