Commit 91b0720f by BellCodeEditor

auto save

parent aba55b18
Showing with 3 additions and 1 deletions
...@@ -10,5 +10,7 @@ for i in message: ...@@ -10,5 +10,7 @@ for i in message:
s3=random.choice(key) s3=random.choice(key)
text=s1+s2+s3 text=s1+s2+s3
print(text) print(text)
print("".join()) mess=list(message)
mess.insert(5,name)
print("".join(mess))
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