Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python 程式設計入門 (二)

Python 程式設計入門 (二)

認識算術、關係、邏輯運算式及 input()、if/elif/else 指令。

EAGOAR 國際教育

November 11, 2016
Tweet

More Decks by EAGOAR 國際教育

Other Decks in Education

Transcript

  1. 上堂課我們練習了加、減、乘、除運算,其中 +, - , * , / 我們稱之為運算符號。 這一堂,我們來介紹其他幾個運算符號: 1.

    整除:// (範例畫面為 Mac電腦 Python Shell 畫面) 這個範例,可以很明顯看出 / 和 // 的不同。