python简易学习笔记与技巧 Python的基本知识、技巧和简单用例 变量和数据类型: Python支持基本数据类型,如int、float、str和list。例如: x = 10 # int name = 'Python' # str 条件语句: 使用if、elif、else进行条件判断。例如: if x > 5: Python 0 次浏览 2025-04-09