Commit 6774f943 by BellCodeEditor

save project

parent 1d71533a
Showing with 8 additions and 2 deletions
import random import random
key="1165413fv1n4hdf351h7tf7jfnty8k" key="1165413fv1n4hdf351h7tf7jfnty8k"
m="你是帅哥" m="你是帅哥"
key_m=""
for i in m: for i in m:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
print(text,end="") key_m=test+key_m
\ No newline at end of file key2="jhitrjkhtjtj"
m2=list(text)
m2.insert(5,key2)
text2="".join(m2)
print(text2)
\ 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