Commit 5f5d06d5 by BellCodeEditor

save project

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