Day1_Python基础

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Day1_Python基础相关的知识,希望对你有一定的参考价值。

本节内容

  1. Python介绍
  2. 发展史
  3. Python 2 or 3?
  4. 安装
  5. Hello World程序
  6. 变量
  7. 用户输入
  8. 模块初识
  9. .pyc是个什么鬼?
  10. 数据类型初识
  11. 数据运算
  12. 表达式if ...else语句
  13. 表达式for 循环
  14. break and continue 
  15. 表达式while 循环
  16. 作业需求

以上是关于Day1_Python基础的主要内容,如果未能解决你的问题,请参考以下文章

Day1_Python基础_4.Python安装

Day1_Python基础_17.拾遗

Day1_Python基础_2.Python历史

Day1_Python基础_3.Python2 or 3 ?

Day1_Python基础_5.Hello World 程序

Day1_Python基础_1.介绍