Commit 2256f4c4 by BellCodeEditor

save project

parent 389c3f7d
Showing with 5 additions and 1 deletions
import random import random
text = "周末一起去欢乐谷"
li_text=li_text=list(text)
print(li_text)
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句 # 要加密语句
...@@ -13,5 +15,7 @@ for i in range(len(message)): ...@@ -13,5 +15,7 @@ for i in range(len(message)):
d=a+b+c d=a+b+c
key_message=key_message+d key_message=key_message+d
print(key_message) print(key_message)
a="我去吃饭了吧把粑靶"
messageee =list(a)
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