0%

python数据类型

python数字类型

  • 整数类型(int): 对应数学中的整数
  • 浮点数类型(float):对应数学中的实数(带小数点的)
  • 复数类型(complex):对应数学中的复数(虚数单位默认为:j )