logo
  • 教程列表
  • SO官方文档
  • Python 数据类型
    • 字符串数据类型
    • 数字数据类型
    • 列表数据类型
    • 字典数据类型
    • 设置数据类型
    • 元组数据类型
  1. StackOverflow 文档
  2. Python Language 教程
  3. Python 数据类型
  4. 数字数据类型

数字数据类型

Created: November-22, 2018

数字在 Python 中有四种类型。Int,float,complex 和 long。

int_num = 10    #int value
float_num = 10.2    #float value
complex_num = 3.14j    #complex value
long_num = 1234567L    #long value
  • 列表数据类型
  • 字符串数据类型

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明