Commit 0e31ec65 by BellCodeEditor

save project

parent 8b2085fd
Showing with 1 additions and 2 deletions
...@@ -11,8 +11,7 @@ for i in message: ...@@ -11,8 +11,7 @@ for i in message:
print(p) print(p)
s=list(p) s=list(p)
k="dryjuikythfhu" k="dryjuikythfhu"
s.insert(5,k) s.insert(random.randint(0,len(s)),k)
h="".join(s) h="".join(s)
print(h) print(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