1. 首页
  2. 数据库
  3. 其它
  4. 笨办法学Python3 习题39和习题40

笨办法学Python3 习题39和习题40

上传者: 2021-01-31 09:04:31上传 PDF文件 20.83KB 热度 6次
习题38 列表的操作 # create a mapping of state to an abbreviation states = { 'Oregon': 'OR', 'Florida': 'FL', 'California': 'CA', 'New York': 'NY', 'Michigan': 'MI' } # create a basic set of states and some cities in them cities = { 'CA': 'San Francisco', 'MI': 'Detroit', 'F
用户评论