iT邦幫忙

2021 iThome 鐵人賽

DAY 3
0
  • if…else敘述,基本格式為:
if(條件):
 條件成立時執行
else:
 條件不成立時執行

https://ithelp.ithome.com.tw/upload/images/20210915/20140644jlCSTePqAU.png
https://ithelp.ithome.com.tw/upload/images/20210915/20140644Z92uhCmz0B.png
https://ithelp.ithome.com.tw/upload/images/20210915/20140644awopEoboQ7.png

  • if…elif…else敘述,基本格式如下:
if(條件1): 不成立時跳到條件2去判斷
 條件1成立時執行
elif(條件2):不成立時跳到下一個條件,如無則跳到else
 條件2成立時執行
…
else:
 上述條件都不成立時執行

https://ithelp.ithome.com.tw/upload/images/20210915/201406444v93CKkpQw.png
https://ithelp.ithome.com.tw/upload/images/20210915/20140644jUHQzbw6xh.png

  • 小實作—測量BMI

    BMI算式 = 體重(KG)/身高(M)^2

https://ithelp.ithome.com.tw/upload/images/20210915/20140644yg6nkJNmUI.png
https://ithelp.ithome.com.tw/upload/images/20210915/20140644EbK7P8mzA3.png


上一篇
[Day2]-基本的輸出入
下一篇
[Day4]-基本串列(list)
系列文
基礎python,讓你學點東西30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言