摘要:
一 for 循环知识补充 range 范围 The range() function returns a sequence of numbers, starting from 0 by default, and increments by 1 (by default), and ends at a 阅读全文
摘要:
一 运算符 数学运算符 Arithmetic Operators 比较运算符 Comparison Operators These operators compare the values on either sides of them and decide the relation among t 阅读全文
摘要:
一 python是一门编程语言 编程语言 programming language 计算机编程语言是指用于人与计算机之间通信的语言,是人与计算机之间传递信息的,因为它是用来进行程序设计的,所以又称程序设计语言或者编程语言。 A programming language is a formal lan 阅读全文
摘要:
Day 7 文件管理补充和练习 File management & exercises Regular expression 正则 ^ Beginning of line 行首 $ End of line 行末 . Single Character 单个字符 * Zero or more Occur 阅读全文