iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 12
0

不是說不同變數就不能一起運算, 例如最基本的布林值, true在裡面數字1的意思 , false代表0,
但在不明顯的情況下,就需要自己轉換
https://ithelp.ithome.com.tw/upload/images/20181014/20112068FpCTBzrW2o.jpg
https://ithelp.ithome.com.tw/upload/images/20181014/20112068PFnfpkxWJC.jpg

如果沒轉換就印的話就會出現typeError

https://ithelp.ithome.com.tw/upload/images/20181014/201120680qkTOTGrLa.jpg
https://ithelp.ithome.com.tw/upload/images/20181014/20112068iamfSAt5E9.jpg

要印出正確的很簡單 ,只要在變數前加上你要他變的資料型態即可,像前一題一樣,轉換成字串型態
https://ithelp.ithome.com.tw/upload/images/20181014/20112068nfLL9QvmXw.jpg
https://ithelp.ithome.com.tw/upload/images/20181014/20112068XNkzppRTPb.jpg

python也提供指派運算子節省程式碼 例如: x = 1 , x = x + 1 , print(x) #2 這個就可以寫成
x = 1 , x += 1 , print(x) #2

之前如果出現錯誤的話,不如檢查看看是不是型態打錯了呢/images/emoticon/emoticon13.gif


上一篇
第十一天 轉換型態
下一篇
第十三天 資料結構(1)
系列文
我要在30天內好好學習python30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言