Commit 1b3758e2 by BellCodeEditor

save project

parent 9278b130
Showing with 4 additions and 0 deletions
......@@ -12,4 +12,7 @@ for i in message:
c=random.choice(key)
d=a+b+c
e=e+d
e=list(e)
e.insert(9,"k")
e="".join(e)
print(e)
\ No newline at end of file
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