2025-04-20 23:22:14 +08:00

5 lines
312 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 二、变量、简单类型和运算符
本章节开始介绍一些python的基本概念、类型等学习完本章节你已经有了许多基础的工具可以在未来使用啦
本章节会跟大家介绍:变量、常量、注释、数值类型、字符串、字节串、运算符等等内容。