Commit 85988caa by BellCodeEditor

save project

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