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(
相关文章
相关标签/搜索