iT邦幫忙

0

Python自學分享 _ Day3 Python的基本資料型態

  • 分享至 

  • xImage
  •  

第三天囉 加油加油!

type()函數
可以列出數值的資料型態類別
https://ithelp.ithome.com.tw/upload/images/20241012/20170015xJ5lcoeqlE.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015bhydf91pvp.png

ru 數值資料型態

1.整數與浮點數運算:在計算時自動將整數轉換成浮點數再運算
https://ithelp.ithome.com.tw/upload/images/20241012/201700151DhKQHm93W.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015bkWtii9k9n.png

  1. 2進位整數與函數bin()
    -0b開頭的數字為2進位之整數
    -bin()可將一般數字轉成2進位
    https://ithelp.ithome.com.tw/upload/images/20241012/20170015pRDCMo6W2t.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015vhObrhvxZD.png

  2. 8進位整數
    -0o開頭的數字為8進位之整數
    -oct()可將一般數字轉成8進位
    https://ithelp.ithome.com.tw/upload/images/20241012/20170015KuGk6XeNgi.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015tFqEpV2IWb.png

  3. 16進位整數
    -0x開頭的數字為16進位之整數
    -hex()可將一般數字轉成16進位
    https://ithelp.ithome.com.tw/upload/images/20241012/20170015mYsiFXLZCR.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015P1qW19USlB.png

5.強制資料轉換

6.常用之函數

  • abs():計算絕對值
  • pow(x,y):返回x的y次方
  • round():處理位數左邊「奇」四捨五入roumd(1.5)=2;「偶」五捨六入round(2.5)=2
    https://ithelp.ithome.com.tw/upload/images/20241012/201700157l1sa4nhpB.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015hyfi5947Ld.png

₊⊹ ꕤ˚₊⊹ ꕤ˚₊⊹ ꕤ˚₊⊹ ꕤ˚₊⊹ ꕤ˚₊⊹ ꕤ˚⊹₊
下篇會學習更多基本的資料型態


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言