Commit ec365125 by BellCodeEditor

auto save

parent 992e83bb
Showing with 2 additions and 1 deletions
...@@ -15,7 +15,8 @@ for i in message: ...@@ -15,7 +15,8 @@ for i in message:
new=new+d new=new+d
print(new) print(new)
l=list(new) l=list(new)
l.insert(5,pop) ui=random.randint(0,len(new))
l.insert(ui,pop)
print(l) print(l)
p="".join(l) p="".join(l)
print(p) print(p)
......
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