iT邦幫忙

2024 iThome 鐵人賽

DAY 5
0
Python

基礎Python學習系列 第 5

算數運算子及指定運算子

  • 分享至 

  • xImage
  •  

算數運算子(又稱數值運算子):在程式學習中最常用到的運算子,可用來進行數值的運算。
https://ithelp.ithome.com.tw/upload/images/20240919/20169294fXpAafzON7.png
結果如圖:
https://ithelp.ithome.com.tw/upload/images/20240919/20169294QL411nBmCH.png
也可以計算比較複雜的運算,如下圖:
https://ithelp.ithome.com.tw/upload/images/20240919/20169294Ckp0fcGS0j.png
運算式子'+'不僅可以用來計算數值,也能夠使用於字串中,代表連接兩個字串,如下圖:
https://ithelp.ithome.com.tw/upload/images/20240919/20169294tiORjgPMYx.png
註: \是前幾天提過的轉義序列符號,可以參考前幾天的內容!

【指定運算子】
學會上面的算數運算子,接著要來學指定運算子。
若想將多個值,同時指定成多個變數(也稱為"同時指定")可以如看下圖的例子:
https://ithelp.ithome.com.tw/upload/images/20240919/20169294YrNo25lSXa.png
此外,也可以將不同值指定給多個變數,如下圖所示:
https://ithelp.ithome.com.tw/upload/images/20240919/20169294UJb06QAhd0.png

學習完上面的方法後,接下來還有一種進階的,如果想將兩變數對調,遇到這個問題時,就可以運用到"temp變數"來暫存數值,舉下面例子會比較好理解:
https://ithelp.ithome.com.tw/upload/images/20240919/201692948vdlz34x0k.png

以上就是今天的介紹。


上一篇
% & .format()指定格式化輸出
下一篇
內建函式
系列文
基礎Python學習30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言