Commit 5c4fcdcf by BellCodeEditor

save project

parent 33e36747
Showing with 4 additions and 1 deletions
...@@ -10,4 +10,7 @@ for i in message: ...@@ -10,4 +10,7 @@ for i in message:
se3=random.choice(key) se3=random.choice(key)
text=se1+se2+se3 text=se1+se2+se3
message1=message1+text message1=message1+text
print(message1) m2=list(message1)
m2.insert(1,"gjghhgjkjgregeyrgrtgrtthhtht")
m3="".join(m2)
print(m3)
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