Commit 1585b117 by BellCodeEditor

save project

parent 05c68201
Showing with 3 additions and 1 deletions
......@@ -14,6 +14,7 @@ for i in message:
w3=w+w1+w2
a=a+w3
b=list(a)
b.insert(7,c)
e=random.randint(0,len(c))
b.insert(e,c)
d="".join(b)
print(d)
\ No newline at end of file
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