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

Administrator / lesson4_5

  • 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
  • lesson4_5
  • shdgfgd.py
  • sgsfdfs.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · 6e08b2e3
    BellCodeEditor committed 4 years ago
    6e08b2e3
sgsfdfs.py 213 Bytes
1 2 3 4 5 6 7
wu={"数学":88,"英语":90,"语文":85}
nuo={"数学":93,"英语":90,"语文":89}
xiao={"数学":84,"英语":92,"语文":84}
for j,k in wu.items:
    print(j,k)
print(nuo["语文"])
print(xiao[语文]=86)