第五週第一次作業

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 ( " Name: "
相關文章
相關標籤/搜索