← 返回教程列表🐍 Python3 基础教程基础语法变量与数据类型▶ 运行代码x = 10 name = "Python" nums = [1, 2, 3]条件语句▶ 运行代码if age >= 18: print("成年人")← 上一章:环境搭建下一章:循环语句 →