Commit 350b704c by BellCodeEditor

save project

parent 524b4048
Showing with 7 additions and 3 deletions
......@@ -11,6 +11,7 @@ for i in message:
key_message = key_message+text
a = "port;@#$%^&"
lop = list(key_message)
lop.insert(5,a)
op = ''.join(lop)
index=random.randint(0,len(key_message))
lop.insert(index,a)
op = "".join(lop)
print(op)
\ No newline at end of file
......@@ -12,7 +12,8 @@ for i in message:
key_message=key_message+text
a = "port;@#$%^&"
lop = list(key_message)
lop.insert(5,a)
index=random.randint(0,len(key_message))
lop.insert(5,index)
op = ''.join(lop)
print(op)
\ 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