Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Record your name, class number, and date of creation in each of your Python program file Meet all the basic requirements listed in the constrains
Record your name, class number, and date of creation in each of your Python program file
Meet all the basic requirements listed in the constrains points
Provide a Readme document points that
a Outline the structure of your program
b Briefly specify the purpose of each file in your final project folder, including this readme.txt file
c Briefly specify how to use your program by users including some screenshots
d Briefly specify what can be improved in the future
Improve the quality of your codes points
a Readability:
i Using comments or docstrings to increase readability
ii Using whitespace to separate blocks of codes
b Reusability:
i Using functions to increase reusability
ii Using classes to increase reusability
iii. Store your functions and classes in files, and import them into your main program to access these classes or functions
c Stability:
i Tolerating input errors from user
ii Tolerating and responds appropriately to different types of errors
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