Chapter 9: Problem 1
Restaurant: Make a class called Restaurant. The __init_() method for Restaurant should store two attributes: a restaurant_name and a cuisine_type. Make a method called describe_restaurant () that prints these two pieces of information, and a method called open_restaurant () that prints a message indicating that the restaurant is open. Make an instance called restaurant from your class. Print the two attributes individually, and then call both methods.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.