python
  • 安装
  • 第一个python程序
  • 基本数据类型
  • 复杂数据类型
    • Tuple
    • List
    • Slice
    • Set
    • Dictionary
  • 函数
    • 可变参数
    • 默认值参数
  • 条件判断
  • 循环
  • 模块与包
  • 类
  • SSH远程执行命令
Powered by GitBook
On this page
  • 整型
  • 浮点型
  • 布尔类型
  • 字符串

Was this helpful?

基本数据类型

整型

浮点型

布尔类型

字符串

Previous第一个python程序Next复杂数据类型

Last updated 5 years ago

Was this helpful?