【Python編程:從入門到實踐】第九章:類

9-1 餐館 :建立一個名爲Restaurant 的類,其方法__init__() 設置兩個屬性:restaurant_name 和cuisine_type 。建立一個名 爲describe_restaurant() 的方法和一個名爲open_restaurant() 的方法,其中前者打印前述兩項信息,然後者打印一條消息,指出餐館正在營業。python class Restraurant():
相關文章
相關標籤/搜索