Commit 020862f0 by BellCodeEditor

save project

parent ac24378d
Showing with 2 additions and 1 deletions
...@@ -12,7 +12,8 @@ for i in message: ...@@ -12,7 +12,8 @@ for i in message:
str4=str1+str2+str3 str4=str1+str2+str3
l=l+str4 l=l+str4
listy=list(l) listy=list(l)
inin index=random.randint(0,len(listy))
listy.insert(index,listy)
listy.insert(5,k) listy.insert(5,k)
m="".join(listy) m="".join(listy)
print(m) print(m)
......
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