Commit 7ce648c5 by BellCodeEditor

save project

parent ba08594b
Showing with 2 additions and 3 deletions
...@@ -12,9 +12,8 @@ for i in message: ...@@ -12,9 +12,8 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
a=a+text a=a+text
s="ddkdkdokdokdodkodkod" s="ddkdkdokdokdodkodkod"
f=list(a) f=list(a)
g=random.randint(3,len(f)) f.insert(4,s)
f.insert(g,s)
d="".join(f) d="".join(f)
print(d) print(d)
......
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