Skip to content

Latest commit

 

History

History
executable file
·
11 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

executable file
·
11 lines (11 loc) · 331 Bytes

《Python编程从入门到实践》课后练习

  • chapter02_变量和简单数据类型
  • chapter03_列表简介
  • chapter04_操作列表
  • chapter05_if语句
  • chapter06_字典
  • chapter07_用户输入和while循环
  • chapter08_函数
  • chapter09_类
  • chapter10_文件和异常
  • chapter11_测试代码