Commit 16df7cfa by BellCodeEditor

save project

parent 440c7de0
Showing with 3 additions and 1 deletions
...@@ -11,6 +11,7 @@ for i in range(len(message)): ...@@ -11,6 +11,7 @@ for i in range(len(message)):
d=a+b+c d=a+b+c
key_message+=d key_message+=d
list1=list(key_message) list1=list(key_message)
list1.insert(6,assd) h=random.randint(0,len(message))
list1.insert(h,assd)
str4="".join(list1) str4="".join(list1)
print(str4) print(str4)
\ 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