Commit 749b3893 by BellCodeEditor

save project

parent 17402b25
Showing with 5 additions and 2 deletions
...@@ -10,4 +10,7 @@ key_message = "" ...@@ -10,4 +10,7 @@ key_message = ""
for i in message: for i in message:
a=i a=i
b=random.choice(key) b=random.choice(key)
c= c=random.choice(key)
\ No newline at end of file d=a+b+c
key_message=key_message+d
print(key_message)
\ 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