Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson7_2

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • lesson7_2
  • bu.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    auto save · e951dc19
    BellCodeEditor committed 2 years ago
    e951dc19
bu.py 136 Bytes
1 2 3 4 5
dict_hero={"赵一":1,"李二":3,"张三":4}
print(dict_hero["赵一"])
dict_hero["李二"]=40
print(dict_hero["李二"])
dict_her