Commit 1d9fe317 by BellCodeEditor

save project

parent 6620b5cf
Showing with 9 additions and 5 deletions
......@@ -5,7 +5,11 @@
# # 请使用索引的知识,取出message所有元素(不用遍历的方式)
# # print(message[0:])
import random
key = "加密信息好酷"
str = random.choice(key)
print(str)
\ No newline at end of file
# import random
# key = "加密信息好酷"
# str = random.choice(key)
# print(str)
key="abcdefg使用编程实现移位替换加密,制作密码机关真是太好问啦"
#要加密语句
s'sa
\ 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