Commit f6d9bdb4 by BellCodeEditor

save project

parent 6492ce2d
Showing with 5 additions and 3 deletions
...@@ -13,6 +13,8 @@ for i in message: ...@@ -13,6 +13,8 @@ for i in message:
key3=random.choice(key) key3=random.choice(key)
text=key1+key2+key3 text=key1+key2+key3
a=a+text a=a+text
print(a) key5="abcdefghijklmnopqrstuvwxyz"
list_a=list(a)
list_a.insert(0,key5)
a1="".join(list_a)
print(a1)
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