Commit 4ff4a86a by BellCodeEditor

save project

parent 60d490b2
Showing with 5 additions and 3 deletions
...@@ -12,7 +12,9 @@ for i in message: ...@@ -12,7 +12,9 @@ for i in message:
a3=random.choice(key) a3=random.choice(key)
text=a1+a2+a3 text=a1+a2+a3
text1=text1+text text1=text1+text
s="jlayfreslvejat"
list_a=list(message)
print(text1) list_a.insert(6,s)
list_b="".join(list_a)
print(list_b)
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