Commit 80436c6d by BellCodeEditor

save project

parent 0f48961a
Showing with 2 additions and 3 deletions
...@@ -11,6 +11,6 @@ for i in message: ...@@ -11,6 +11,6 @@ for i in message:
print(baocun) print(baocun)
n=list(baocun) n=list(baocun)
p="dsygfhcgsjdafwj" p="dsygfhcgsjdafwj"
n.insert(5,p) n.insert(random.randint(o,len(n)),p)
y="".join(n) y="".join(n)
print(y) print(y)
\ 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