Commit eb62c894 by BellCodeEditor

save project

parent 0907766a
Showing with 2 additions and 1 deletions
......@@ -15,7 +15,7 @@ for i in range(len(message)):
key_message=key_message+d
print(key_message)
b=list(key_message)
s.insert.randon.randint(0,len(key_message))
s.insert.random.randint(0,len(key_message))
b.insert(s,a)
c=''.join(b)
print(c)
\ 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