摘要: # -*- coding:utf-8 -*-# Author:sweeping-monk# -*-操作列表-*-Traverse_the_list = ['guanfu','xiaole','fangdong','rourou']for name in Traverse_the_list: #通过f 阅读全文
posted @ 2017-12-25 23:13 sweeping-monk 阅读(264) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*-# Author:sweeping-monkwhy = "为什么要组织列表?"print(why)Chicken_soup = "\t因为你无法控制用户提供数据的顺序。"print(Chicken_soup)Permanent_ordering = ['B 阅读全文
posted @ 2017-12-24 23:18 sweeping-monk 阅读(215) 评论(0) 推荐(0) 编辑
摘要: -*-列表是新手可直接使用的最强大的python功能之一,它融合了众多重要的编程概念。-*- 阅读全文
posted @ 2017-12-23 23:11 sweeping-monk 阅读(270) 评论(0) 推荐(0) 编辑
摘要: -*-越简单越快乐-*-# -*- coding:utf-8 -*-# Author:sweeping-monkQuestion_1 = "python中的整数运算"Method_1 = "方法如下:"print(Question_1)print(Method_1)cmd_D = '''>>> 3 阅读全文
posted @ 2017-12-20 21:57 sweeping-monk 阅读(189) 评论(0) 推荐(0) 编辑
摘要:  阅读全文
posted @ 2017-12-19 20:16 sweeping-monk 阅读(276) 评论(0) 推荐(0) 编辑