01 2018 档案
摘要:while循环 1.基本语法 ctrl + c 退出循环 2.循环的嵌套 3.示例(使用 # 号 输出一个长方形,用户可以指定宽和高) length = int(input('please input length:')) heigh = int(input('please input heigh:
阅读全文
摘要:Python的数据类型: Numbers(数字) String(字符串) List(列表) Tuple(元组) Dictionary(字典) Set(集合) Numbers(数字) 数字类型分为:整数,浮点数,复数 运算: String(字符串) 字符串就是一系列字符,在Python中,用引号括起来
阅读全文

浙公网安备 33010602011771号