Commit 4c422b52 by BellCodeEditor

save project

parent 5dbf95de
Showing with 12 additions and 5 deletions
m = "DiFangZhujiang ARE KO"
for i in range(len(m)):
print(m[i],end="")
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
\ No newline at end of file
import random
m = "DiFanZhujiang IS Kill !"
c = "y br fhbg@bV#GVS,j h!9!jkf7()8Bgfydf g"
T = ""
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
for i in m:
qui=i
glo=random.choice(c)
jkd=random.choice(c)
T = T+qui+glo+jkd
print(T)
\ 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