Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 793 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 793 Bytes

Basta-Fazoolin

Context of this code

This piece of code is for one of the final projects of my Codecademy Course, "Learn Python 3": Section 10 - classes.

Brief description of the code.

We run a restaurant business. And we were given information of 4 different menus in dictionary formats, and some information about the business, like the location.

We were asked to organize these information so that customers can know information about the franchises, like location and the menu, like which one is available, what items are in there, what the total price was of their orders quickly.

Demonstrated Skills

  • Writing clean and understable python codes. Documenting them well with the use of comments.
  • Create a system of classes to perform the business requirment as needed