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

浙公网安备 33010602011771号