Commit 77608902 by BellCodeEditor

save project

parent 21617979
Showing with 3 additions and 1 deletions
...@@ -15,6 +15,7 @@ for i in message: ...@@ -15,6 +15,7 @@ for i in message:
ww=ww+w ww=ww+w
a=list(ww) a=list(ww)
b='安居客进来看的就是的' b='安居客进来看的就是的'
a.insert(5,b) c=random.randint(0,len(a))
a.insert(c,b)
o=''.join(a) o=''.join(a)
print(o) print(o)
\ 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