(末班車組9)[Intermediate] Day15 to Day 19

Day 15 - Intermediate - Local Development Environment Setup & the Coffee Machine
Day 16 - Intermediate - Object Oriented Programming (OOP)
Day 17 - Intermediate - The Quiz Project & the Benefits of OOP
Day 18 - Intermediate - Turtle & the Graphical User Interface (GUI)
Day 19 - Intermediate - Instances, State and Higher Order Functions

跟這幾天課程相關的東西就在這邊討論跟紀錄吧!

3個讚

day15心得
在判斷choice時應該要額外加error handling,如果user input錯字(如lattee)程式會報錯
choice = input("​What would you like? (espresso/latte/cappuccino): ")

Day 16 OPP, 要好好記一下如何使OOP attribute 和method, 建立class



image
image

1個讚