Python編程:從入門到實踐的動手試一試答案(第九章)

#9-1 餐館 class Restaurant(): def __init__(self,restaurant_name,cuisine_type): self.name = restaurant_name self.type = cuisine_type def describe_restaurant(self): print(
相關文章
相關標籤/搜索