Commit b2127d57 by BellCodeEditor

save project

parent 37628298
Showing with 6 additions and 1 deletions
......@@ -3,10 +3,15 @@ message="ZZMZZMZZMZZMZZMZZMZZM"
key="afas,;sdadfa发的的是飞洒法"
abc=""
# 请对message进行遍历,取出所有元素
tr="hbubhub"
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
abc=abc+text
print(abc)
a=list(abc)
b=random.randint(0,len(a))
a.insert(b,tr)
men="".join(a)
print(men)
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