Commit 88988d5a by BellCodeEditor

save project

parent 71b95625
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,6 @@ for i in message: ...@@ -13,6 +13,6 @@ for i in message:
d = a+b+c d = a+b+c
f = f + d f = f + d
h = list(f) h = list(f)
h.insert(random.randint(0,len(h)),g) h.insert(5,g)
i = "".join(h) i = "".join(h)
print(i) print(i)
\ 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