摘要: #Author:hejianping#2017-04-21import menuimport sysfirst_menu_index = []second_menu_index = []third_menu_index = []# 创建一级菜单索引列表#使用enumerate函数遍历menu_dic 阅读全文
posted @ 2017-04-21 18:54 hejp 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 本节内容 Python介绍 发展史 Python 2 or 3? 安装 Hello World程序 变量 用户输入 模块初识 .pyc是个什么鬼? 数据类型初识 数据运算 表达式if ...else语句 表达式for 循环 break and continue 表达式while 循环 作业需求 一、 阅读全文
posted @ 2017-04-21 08:30 hejp 阅读(314) 评论(0) 推荐(0) 编辑