摘要: #!/usr/bin/python# -*- coding: UTF-8 -*-import timeimport calendarstudent = {"age": 7,"name": "yzh"}for key in student.keys(): if key == "name": print 阅读全文
posted @ 2018-06-29 16:33 阿孜 阅读(262) 评论(0) 推荐(0) 编辑