Commit a5986f07 by BellCodeEditor

auto save

parent 9db503fb
Showing with 7 additions and 7 deletions
......@@ -9,12 +9,12 @@ for i in message:
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
text=text1+text
print(text)
list.inser(text)
list.inser(3,"ndfkjgr")
list.inser(7,"jhbrtiuhtr")
list.inser(4,"jefofier")
text1=text1+text
list1=list(text1)
list1.insert(3,"ndfkjgr")
list1.insert(7,"jhbrtiuhtr")
list1.insert(4,"jefofier")
lin="".join(list1)
# 请使用私钥key,对message进行加密
print(lin)
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