Commit 548b1d16 by BellCodeEditor

save project

parent 2f346dd5
Showing with 1 additions and 5 deletions
...@@ -12,9 +12,6 @@ for i in message: ...@@ -12,9 +12,6 @@ for i in message:
er = er+qw#加工后 er = er+qw#加工后
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
er2 = list(er)#er2是字符串 er2 = list(er)#er2是字符串
er2.insert(8,'和不会你就') er2.insert(random.randint(0,len(er2)),'和不会你就7')
er3 = "".join(er2)#er3)是字符串 er3 = "".join(er2)#er3)是字符串
print(er3) print(er3)
""""
qw er ty ui op as df gh jk zx cv bn
""""
\ 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