Question
Hello i am stuck on a python assignment that im having a difficulties with. Please help, I thank you in advance create a python program
Hello i am stuck on a python assignment that im having a difficulties with. Please help, I thank you in advance
create a python program based on the users (customers) preference. the program should have a gui (tkinter). the user will be able to pick between the following objects (options) which will be represented as binary in the program, the objects will be read in from a file:
main course: chicken, pasta
starter: chips, bread
type of drink: water, tea
treat: pie, cupcake
From the users choices, the program should be able to generate possible meal choice reccomendations based on the items they liked or picked and be sure to not display anything that the user doesn't like (did not pick or would not like together). it should be able to come up with these combinations based on the users choice. the meal choices displayed at the end should be based on the users preference or choice. it should be displayed using penalty or propositional logic such as and or or:
reccomendations
Best choice Meal 1: chicken and pie
2nd best choice Meal 2: water or bread
........
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started