Commit 6def8fcf by BellCodeEditor

save project

parent 546708cb
Showing with 9 additions and 4 deletions
......@@ -14,7 +14,11 @@ for i in message:
print(text)
li_message = list(text)
print(li_message)
str1 = "".join(li_message)
print(str1)
#li_message = list(text)
#print(li_message)
#str1 = "".join(li_message)
#print(str1)
key_message = text
len(key_message)
index = random.randint(0,len(key_message))
message.insert(index,"prot:@#$%^&*")
\ 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