Commit dd329dd7 by BellCodeEditor

save project

parent c653d626
Showing with 6 additions and 0 deletions
...@@ -15,3 +15,8 @@ for i in range(len(message)): ...@@ -15,3 +15,8 @@ for i in range(len(message)):
b=random.choice(key) b=random.choice(key)
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
index = random.randint()
list_message.insert()
result_message = "".join(list_message)
print(result_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