These programmers are working together on a flash programmer, which is a computer used to write embedded programming on devices such as calculators, the machines that control assembly lines in factories, and many other kinds of devices used in manufacturing and automation. Working together is a valuable skill. When one of these programmers has a bug in the program, the other can help find where the problem is. Often, each has unique skills to contribute to a partnership. In this project, your teacher has the option of having you work in groups. A group size of two is good for this project, but your teacher may suggest a larger group size. If you do work in a group, you will have the opportunity to share ideas, working together to create a program like these two National Science Foundation programmers. First you need a problem to solve or a task to accomplish. Here are a few ideas, but you can use your own ideas. Use a data structure for recipes and help users find the recipe they need. Use a data structure for a video game store and help customers search for games in a particular genre. Use a data structure for a baseball card collection and allow users to sort and search the collection. Use a data structure for people looking for jobs. Allow employers to search for a worker with needed skills. In this project, you will design a class to solve your problem or accomplish your task. Be sure to include and use these functions. def __init__ def __str__ You can write other functions. Do not use one of the problems, tasks, or classes from this course. Use your own ideas!