Commit 45d59d05 by BellCodeEditor

save project

parent cc8cb76e
Showing with 7 additions and 3 deletions
import random '''import random
key_message="" key_message=""
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
...@@ -22,7 +22,11 @@ print(a) ...@@ -22,7 +22,11 @@ print(a)
str1="bellcode" str1="bellcode"
list1=list(str1) list1=list(str1)
a=list1[6:11] a=list1[6:11]
print(a) print(a)'''
dict_hero={"猴三":10,"猴一":21,"猴五":22,"猴队长":29,"猴七":30}
dict_hero={"name":"猴1","value":"10","name":"猴2","value":"7"} print(dict_hero["猴队长"])
dict_hero["猴七"]=32
print(dict_hero)
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