Commit d0e0fcb3 by BellCodeEditor

save project

parent c1b876c1
Showing with 3 additions and 1 deletions
...@@ -13,6 +13,7 @@ for i in message: ...@@ -13,6 +13,7 @@ for i in message:
text=text+key1+key2+key3 text=text+key1+key2+key3
print(text) print(text)
a=list(text) a=list(text)
a.insert(5,"post:@#$%^&") b=random.randint(0,len(text))
a.insert(b,"post:@#$%^&")
newtext="".join(a) newtext="".join(a)
print(newtext) print(newtext)
\ 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