Commit 04c0287a by BellCodeEditor

save project

parent eb62c894
Showing with 6 additions and 6 deletions
...@@ -14,8 +14,8 @@ for i in range(len(message)): ...@@ -14,8 +14,8 @@ for i in range(len(message)):
d=a+b+c d=a+b+c
key_message=key_message+d key_message=key_message+d
print(key_message) print(key_message)
b=list(key_message) y=list(key_message)
s.insert.random.randint(0,len(key_message)) s=random.randint(0,len(key_message))
b.insert(s,a) y.insert(s,a)
c=''.join(b) z=''.join(b)
print(c) print(z)
\ No newline at end of file \ 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