《Python編程》第九章部分課後練習題

#9-4 就餐人數:python 代碼:ui # 9-4 就餐人數 class Restaurant(): """define one restaurant class""" def __init__(self, name, cuisine_type): self.restaurant_name = name self.cuisine_type = cuisine_type
相關文章
相關標籤/搜索