Commit 17511863 by BellCodeEditor

save project

parent ecd2dcd9
Showing with 4 additions and 3 deletions
......@@ -13,9 +13,10 @@ for i in range(len(message)):
d=a+b+c
key_message=key_message+d
print(key_message)
list = list(key_message)
print(list)
list1 = list(key_message)
a = "ughvghterewktghreghjyr866jr8r8l([[[[.=ji]]]]"
index= random.randint(0,len(list1))
list1.inseert(index,a)
list1.insert(index,a)
new_t="".join(list1)
print(new_t)
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