Commit e973046a by BellCodeEditor

save project

parent d341dbca
Showing with 3 additions and 1 deletions
...@@ -13,4 +13,6 @@ for i in message: ...@@ -13,4 +13,6 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
new=new+str1+str2+str3 new=new+str1+str2+str3
print(new) print(new)
a=list(new)
a.insert(5,key)
print(a)
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