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

bellcode / lesson10-3

  • 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
  • lesson10-3
  • kkk.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · e0621a34
    BellCodeEditor committed 4 years ago
    e0621a34
kkk.py 194 Bytes
1 2 3 4
list_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,]
dict_hero={'赵一':30,'丁二':37,'孙五':52,'王猛':89,}
print(len(list_hero))
print(len(dict_hero))