Commit d478379b by BellCodeEditor

save project

parent 75c75c1f
Showing with 2 additions and 7 deletions
dict_hero = {"张三":37,"李四":89,"王五":99}
print(dict_hero["张三"])
dict_hero["王五"]
print()
if"张三"in dict_hero:
print(dict_hero["张三"])
\ No newline at end of file
dict_hero={'可口可乐':3,'靓仔牛B奶':4,'农天山泉':1,'粤利粤':10}
\ 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