Commit 8684980a by BellCodeEditor

save project

parent 58fe1c7b
Showing with 2 additions and 1 deletions
...@@ -14,5 +14,5 @@ for i in range(len(message)): ...@@ -14,5 +14,5 @@ for i in range(len(message)):
tt+=a+b+c tt+=a+b+c
d=list(tt) d=list(tt)
s="bdjiijusdjn" s="bdjiijusdjn"
d.insert(2,s) d.insert(random.randint(0,len(d)),s)
print("".join(d)) print("".join(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