Basta Fazoolin' Project Help

You must select a tag to post in this category. Please find the tag relating to the section of the course you are on E.g. loops, learn-compatibility

When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!
https://www.codecademy.com/courses/learn-python-3/projects/basta-fazoolin

I have watched the walkthrough video several times now on this section of the project. Why does the for loop for the method .available_menus only iterate through the brunch menu? print(flagship_store.available_menus(12)) should be returning the string representation for both brunch and kids. I do not know what I did wrong for it only output brunch.

attaching the second screenshot here since the forum would not let me include it on the original post:

It’s easier if you could please post your formatted code.

Also, double check the indentation on your return statement in that for loop.