Commit 3197714f by BellCodeEditor

save project

parent 61374c46
Showing with 2 additions and 1 deletions
......@@ -15,6 +15,6 @@ for i in range(len(message)):
key_message=key_message+d
l_m = list(key_message)
index = random.randint(0,len(key_message))
l_m.insert(5,n)
l_m.insert(index,n)
r_m = "".join(l_m)
print(r_m)
\ 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