08 2018 档案

摘要:python数据类型 阅读全文
posted @ 2018-08-19 20:24 Meanwey 阅读(434) 评论(0) 推荐(0)
摘要:python运算符 阅读全文
posted @ 2018-08-18 17:44 Meanwey 阅读(261) 评论(0) 推荐(0)
摘要:一、使用while循环输出1 2 3 4 5 6 8 9 10 二、使用while循环输出1~100的和 三、使用while循环输出1~100内所有的奇数 四、使用while循环输出1~100内所有的偶数 五、使用while循环输出1-2+3-4+5.....+99的和 六、判断用户登录,三次机会重 阅读全文
posted @ 2018-08-18 13:17 Meanwey 阅读(851) 评论(0) 推荐(0)
摘要:python while循环 阅读全文
posted @ 2018-08-18 11:17 Meanwey 阅读(288) 评论(0) 推荐(0)
摘要:字符串、数字等基本数据类型 阅读全文
posted @ 2018-08-18 11:04 Meanwey 阅读(193) 评论(0) 推荐(0)
摘要:if条件语句的基本语法以及要点 阅读全文
posted @ 2018-08-18 10:36 Meanwey 阅读(260) 评论(0) 推荐(0)
摘要:初识python 阅读全文
posted @ 2018-08-17 18:40 Meanwey 阅读(200) 评论(0) 推荐(0)
摘要:1、python中的变量名可以是字母、数字、下划线的组合; 2、python中的变量名不能以数字开头; 3、python中的变量名不能是关键字('and' | 'as' | 'assert' | 'break' | 'class' | 'continus' | 'def' | 'elif' | 'e 阅读全文
posted @ 2018-08-17 18:31 Meanwey 阅读(218) 评论(0) 推荐(0)
摘要:现在是2018年8月17日12:48:14,希望从今天开始把python坚持下去。加油~~~ 阅读全文
posted @ 2018-08-17 12:49 Meanwey 阅读(152) 评论(0) 推荐(1)