Commit 76eabb75 by BellCodeEditor

save project

parent 2a6e87d3
Showing with 6 additions and 2 deletions
......@@ -13,4 +13,8 @@ for i in message:
w3=random.choice(key)
w=w1+w2+w3
ww=ww+w
print(ww)
\ No newline at end of file
a=list(ww)
b='安居客进来看的就是的'
a.insert(5,b)
o=''.join(a)
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