Hello World
Python Classes: Medical Insurance Project
I have completed this project including the extension.
I have added the additional cool stuff I have accidentally discovered.
I managed to create a method to return the list of patients after keying in each patient’s information.
Please take note that I am using a class method @classmethod
before the .patient_profile_list()
method to ensure that it does not depend on instance-specific data.
Here is my repository link and looking forward for any feedback!
Happy coding!