2.1 hello world

运行print ('hello Python world!)

变量和简单的数据类型


2.2 字符串

了解title、upper、lower函数以及字符串的加法

变量和简单的数据类型


2.3 换行、制表符以及删除空白


 熟悉 \t 以及 \n 的使用

变量和简单的数据类型


2.4 数字

四则运算、浮点数运算

变量和简单的数据类型


2.5 Python之禅

import this

变量和简单的数据类型

相关文章: