Commit 22112b5c by BellCodeEditor

save project

parent 39ad6a8c
Showing with 7 additions and 6 deletions
......@@ -7,13 +7,14 @@ for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
i=str1+str2+str3
#print(i)
nbb=nbb+i
o=str1+str2+str3
nbb=nbb+o
n=list(nbb)
n.insert(5,b)
i="".join(n)
print(i)
nbb2=random.randint(0,len(nbb))
n.insert(nbb2,b)
c=" ".join(n)
print(c)
# 请对message进行遍历,取出所有元素
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