.. CS2022 documentation master file, created by
   sphinx-quickstart on Mon Sep  5 19:46:19 2022.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. _Jupyter: https://jupyter.org/
.. _CNN: http://cnn.com/

本网站用于宋庆龄学校中国部高中信息技术的课堂教学。
==================================
28/12/2022: 期末大作业I, II均已发布。

8/12/2022: 列表作业已上传。

30/11/2022: Problem Set 8已上传。

28/11/2022: 部分优秀作业已上传

16/11/2022: 添加多分支语句课件和作业

14/11/2022: 课程网站进行升级：添加了在线编程功能（感谢 `Jupyter Notebooks
<https://jupyter.org/>`_ ）。从逻辑运算符这一节开始，你可以在课程网站中执行和修改代码。

你需要点击右上角的livecode，否则网站会保持静态网页的形式。

3/11/2022: 添加逻辑运算符的课件和 :ref:`hw6`

27/10/2022: 添加双分支结构的课件和 :ref:`hw5`

19/10/2022: 添加条件判断的课件和 :ref:`hw4`

12/10/2022: 添加数学函数的课件和 :ref:`hw3`

28/09/2022: 添加字符串的课件和作业。

15/09/2022：添加作业提示，大家可以参考实例程序。

15/09/2022：添加第一次 :ref:`good_hw1`

14/09/2022: 第二次作业已发布。

06/09/2022: 祝贺大家编写了Python的第一个程序！

请复习课堂内容完成作业：:ref:`get2022`。提交截止时间为11日晚上8点。

.. title:: 信息技术

.. toctree::
   :caption: 🔥期末大作业展示🔥
   :hidden:
   :maxdepth: 10

   finalwork/work

.. toctree::
   :caption: Python介绍
   :hidden:
   :maxdepth: 10

   python_intro/first_program
   python_intro/variable

.. toctree::
   :caption: 函数
   :hidden:
   :maxdepth: 10

   function/function
   function/string
   function/math

.. toctree::
   :caption: 条件判断
   :hidden:
   :maxdepth: 10

   condition/if
   condition/if-else
   condition/logical-operator

.. toctree::
   :caption: 循环
   :hidden:
   :maxdepth: 10

   loop/while
