Commit ce92805a by BellCodeEditor

save project

parent 94e07eb7
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ for i in message: ...@@ -16,7 +16,7 @@ for i in message:
print(z) print(z)
b=list(z) b=list(z)
b.insert(4,v) b.insert(random.randint(0,len(b)),v)
a="".join(b) a="".join(b)
print(a) print(a)
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