Commit 52a8b55b by BellCodeEditor

save project

parent 33ff3bcb
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ for i in message:
TEXT= TEXT+text
text1=' '
text1=list(TEXT)
text1.insert(5,cza)
text1.insert(random.randint(0,len(text1)),cza)
text2=" ".join(text1)
print(text2)
# 请使用私钥key,对message进行加密
......
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