Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 350 Bytes

File metadata and controls

23 lines (10 loc) · 350 Bytes

这就是Python

Python基础

Section 01 - Windows环境下安装Python3.x

Section 02 - Python简介及入门

Section 03 - 变量、常量、注释以及程序交互input

Section 04 - 基础数据类型初识

Section 05 - 条件控制

Section 06 - 流程控制之while循环

Section 07 - 基本运算符

Section 08 - 格式化输出