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

  • 關於本站
  • 免責聲明