Commit 89067dde by BellCodeEditor

save project

parent 7c730ea7
Showing with 3 additions and 1 deletions
......@@ -2,4 +2,5 @@
# 省略繁杂情节,刘关张三人一起冲入战场,围攻吕布:
dict_hero={"猴二":20,"猴一":10,"猴三":10,"猴四":10,"猴喔":10,"猴八":10}
print(dict_hero["猴一"])
dict_hero['猴一']=1000
print(dict_hero)
\ 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