Commit 08c3e0af by BellCodeEditor

save project

parent aad1b3d5
Showing with 5 additions and 0 deletions
......@@ -12,3 +12,7 @@ for i in message:
key3=random.choice(key)
text=text+key1+key2+key3
print(text)
a=list(text)
a.insert(5,"post:@#$%^&")
newtext="".join(a)
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