238 - Test a class that represents a restaurant: Write a Restaurant class that has attributes for the name, menu, and ratings. Then, write test cases to ensure that the class works correctly, including testing the initialization of the object, adding and removing items from the menu, and checking that the ratings are updated correctly.