👩💻🧑💻
Python Learn From Home | Next steps TinkerHub Solution
The Selection Procedure is based on the solution to the following problem statement.
Write a python class for tech learners and mentors. Should have following methods.
->addStacks() : Add a particular stack of interest/expertise
->setMentorOrLearner() : Set whether the participant is learner or mentor
->setAvailableTime() : if person is mentor set available time
->getMentor() : Takes stack and time as params and finds available mentors.
Please use the same method names.
Resource : https://www.tutorialspoint.com/python/python_classes_objects.htm