# 高中信息技术教学材料 **Repository Path**: Rainboy/python3-tutorial ## Basic Information - **Project Name**: 高中信息技术教学材料 - **Description**: python3 教程 教学用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2022-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明 - 写给高中学生的python3教程,大量引用 - [Python3 教程 | 菜鸟教程](https://www.runoob.com/python3/python3-tutorial.html)。 - [Python教程 - 廖雪峰的官方网站](https://www.liaoxuefeng.com/wiki/1016959663602400/) ## 目录 - [第一个python程序](./1.md) - [变量与数据类型](./2.md) - [bool类型,表达式,运算符](./3.md) - [if,el,elif](./4.md) - [input输入与数据转换](./5.md) - [题目练习1](./6.md) - [题目练习2](./7.md) - [题目练习3](./8.md) - [循环 for与range](./9.md) - 注释 TODO