Commit 7c0e58e6 by BellCodeEditor

save project

parent 286efadd
Showing with 9 additions and 5 deletions
import random import random
m = "DiFanZhujiang IS Kill !" m = "DiFanZhujiang IS Kill !"
c = "y br fhbg@bV#GVS,j h!9!jkf7()8Bgfydf g" c = "y br /fh/bg@b\'V#GV|S,j h!9!j==+&kf\7()8Bgfy'df g"
T = "" T = ""
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
for i in m: for i in m:
qui=i qui=i
glo=random.choice(c) glo=random.choice(c)
jkd=random.choice(c) jkd=random.choice(c)
T = T+qui+glo+jkd iop=random.choice(c)
print(T) T = T+qui+glo+jkd+iop
\ No newline at end of file key2="hjbfbvjcfeFG"
li_t = list(T)
li_t.insert(4,key2)
strr = "".join(li_t)
print(strr)
\ 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