Commit b86dae6a by BellCodeEditor

auto save

parent e47cb26d
Showing with 19 additions and 0 deletions
import random
kk=""
key = "浮现出v家具看到v就是v吃烧烤参加"
message = "高远卓是一个************"
message1=input()
for i in message:
a1=i
a2=random.choice(key)
a3=random.choice(key)
a=a1+a2+a3
kk=kk+a
tt=list(kk)
tt.insert(random.randint(0,len(tt)-1),message1)
pp="".join(tt)
print(pp)
\ No newline at end of file
a=open(r'C:\Users\Public\Desktop\j.txt','w',encoding='utf-8')
a.write('udodfohjrdpjfpijif')
\ 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