Commit 0a4450ec by BellCodeEditor

save project

parent e273cd59
Showing with 5 additions and 0 deletions
...@@ -14,8 +14,13 @@ for i in message: ...@@ -14,8 +14,13 @@ for i in message:
text = str1+str2+str3 text = str1+str2+str3
key_message = key_message + text key_message = key_message + text
A=list ( key_message) A=list ( key_message)
c=random.randint(0,len(key_message))
A.insert(5,A54188) A.insert(5,A54188)
B="",join(A) B="",join(A)
print(B) print(B)
......
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