iT邦幫忙

0

Python自學分享 _ Day4 Python的基本資料型態-2

  • 分享至 

  • xImage
  •  

一、布林值資料型態

代號:bool
資料型態:True(1) 或 False(0) → 條件運算式

二、字串資料型態

代號:str
資料呈現方式:'單引號間' 或 "雙引號間" 的資料
*'''如果多於一句話,可使用三個單引號'''

1.字串的連接:+
https://ithelp.ithome.com.tw/upload/images/20241012/20170015rSLapHd2HJ.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015xLmZA9KvBO.png

2.逸出字元

  • \n:換行
  • \:反斜線
  • \t:Tab鍵效果
  • ':單引號(當字串用單引號框住,且文字也有'時才需用到)
  • ":雙引號

3.強制轉字串:str()
https://ithelp.ithome.com.tw/upload/images/20241012/20170015S1G7rxBqnZ.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015JL6dh7ANs7.png

4.字串轉為整數:int() → 與str()使用方式一樣

5.字串與整數相乘產生字串複製效果
https://ithelp.ithome.com.tw/upload/images/20241012/20170015ChJisvCSEr.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/201700150FUU4FkMnN.png

6.字串前加r:防止逸出字元被轉譯
https://ithelp.ithome.com.tw/upload/images/20241012/20170015hI1PJYISbT.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015usNwamIcOM.png


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

尚未有邦友留言

立即登入留言