Commit 7ce648c5 by BellCodeEditor

save project

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