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)):
d=a+b+c
key_message=key_message+d
print(key_message)
b=list(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
y=list(key_message)
s=random.randint(0,len(key_message))
y.insert(s,a)
z=''.join(b)
print(z)
\ 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