Commit 03dc701f by BellCodeEditor

save project

parent 6904f5a8
Showing with 2 additions and 2 deletions
...@@ -12,7 +12,7 @@ for i in message: ...@@ -12,7 +12,7 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
new=new+str1+str2+str3 new=new+str1+str2+str3
print(new)
a=list(new) a=list(new)
a.insert(5,key) a.insert(5,key)
print(a) b="".join(a)
print(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