Commit 16b054e2 by BellCodeEditor

auto save

parent 3b1d4285
Showing with 8 additions and 2 deletions
...@@ -14,5 +14,11 @@ print(st) ...@@ -14,5 +14,11 @@ print(st)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
key2 = 'jjkjiiurjdkwj%^&$^%&$#!@#'
lst = list('st')
print(lst)
idx = random.randint(0, len(lst))
lst . insert(idx,key2)
print(lst)
result = ''.join(lst)
print(resertr)
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