Commit 08c3e0af by BellCodeEditor

save project

parent aad1b3d5
Showing with 6 additions and 2 deletions
......@@ -11,4 +11,8 @@ for i in message:
key2=random.choice(key)
key3=random.choice(key)
text=text+key1+key2+key3
print(text)
\ No newline at end of file
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