Commit 7ce648c5 by BellCodeEditor

save project

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