Commit 2ed4d047 by BellCodeEditor

save project

parent c4d085da
Showing with 3 additions and 1 deletions
...@@ -15,6 +15,7 @@ for i in message: ...@@ -15,6 +15,7 @@ for i in message:
key_message=key_message+str4 key_message=key_message+str4
#print(key_message) #print(key_message)
k=list(key_message) k=list(key_message)
k.insert(6,keyss) cc=random.randint(0,len(key_message))
k.insert(cc,keyss)
kk="".join(k) kk="".join(k)
print(kk) print(kk)
\ 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