Question: PYTHON HELP! I need help to come up with a SIMPLE BASIC program to place order and set appointment for a shoe cleaning small business,
I need help to come up with a SIMPLE BASIC program to place order and set appointment for a shoe cleaning small business, please! Tkcalendar can be used in this option.
The program should prompt the user to select products or services and appointment or delivery date and time from the available options in the 1-year span.
It needs to display the user selection on screen. It should output the order summary and appointment in a text file. The program should contain the following components: Include comments throughout the program Use variables and list to store and access data. You can use tuple or dictionary in place of a list Use string object to display and control text output. Define 2 or more functions and use function calls to execute tasks in the program. Implement loop Include conditional statement (if or if-else or if-elif-else) Use a non-built-in module, custom module. Contains at least 2 classes and 1 sub-class Includes 1 or more objects and 1 or more methods in each class. Implement error detection using Python built-in exceptions. Implement file operations and file output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
