Commit 7371cab7 by BellCodeEditor

auto save

parent 91b0720f
Showing with 0 additions and 4 deletions
...@@ -10,7 +10,3 @@ for i in message: ...@@ -10,7 +10,3 @@ for i in message:
s3=random.choice(key) s3=random.choice(key)
text=s1+s2+s3 text=s1+s2+s3
print(text) print(text)
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