第五週作業(1)——高級編程技術

一. 第九章作業節選 9-1 class Restaurant(): def __init__(self, restaurant_name, cuisine_type): self.restaurant_name = restaurant_name self.cuisine_type = cuisine_type def describe_restaurant(self): print("rest
相關文章
相關標籤/搜索