Commit d6bcbdbc by BellCodeEditor

save project

parent 8a3964de
Showing with 1 additions and 1 deletions
......@@ -11,7 +11,7 @@ for i in message:
a=str1+str2+str3
b=b+a
b=list(b)
b.insert(4,c)
b.insert(random.randint(0,len(key)),c)
b="".join(b)
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