[課程討論] Day 3 - Beginner - Control Flow and Logical Operators

Py基礎組,將於2021/2/21 PM 9:00,進行Day 3課程˙討論。
相關資訊,於討論會議後,更新於此。

Day 3 - Beginner - Control Flow and Logical Operators
3-27. Control Flow with if / else and Conditional Operators
3-28. [Interactive Coding Exercise] Odd or Even? Introducing the Modulo
3-29. Nested if statements and elif statements
3-30. [Interactive Coding Exercise] BMI 2.0
3-31. [Interactive Coding Exercise] Leap Year
3-32. Multiple If Statements in Succession
3-33. [Interactive Coding Exercise] Pizza Order Practice
3-34. Logical Operators
3-35. [Interactive Coding Exercise] Love Calculator
3-36. Day 3 Project: Treasure Island

1個讚

Equality vs Identity vs Assignment

1個讚

Leap Year - Flow Chart

image

1個讚

Logical Operators - True Table

image
image

1個讚

Day 3,課程筆記,分享給有需要的人。
如果,內容有錯誤,或是有想補充的,歡迎在下方回覆。
謝謝。

3-27.pdf (360.7 KB)
3-28.pdf (244.0 KB)
3-29.pdf (277.8 KB)
3-30.pdf (253.0 KB)
3-31.pdf (340.0 KB)
3-32.pdf (416.9 KB)
3-33.pdf (418.8 KB)
3-34.pdf (298.9 KB)
3-35.pdf (463.4 KB)
3-36.pdf (309.8 KB)

2個讚

@timaskwhy
昨天Tim提到的一個問題,布林值,True代表1,False代表0。
這應該,算是一個很好的解釋。

零值 與 非零值 與 布林值 的關係

零值 代表 False
非零值 代表 True

還有 浮點數 (float)、無限 (Infinity)、非數字 (NaN)
都值得看一下