Python Tasks
A few beginner friendly Python tasks designed to help you get started with Python and basic Git commands.
Task Details
- You will have to write out the algorithm for each function in
/Tasks/{yourname}
. - You will have to write Unit Tests for each function, and make sure that your test cases passes.
- It's recommended to write a short documentation above your function declaration.
- It's recommended to use descriptive function names and variable names.
- It's highly recommended to write meaningful commit messages.
Task Delivery
- Clone the repo.
- Create a new branch.
- Commit your changes.
- Push to your branch on your clone.
- Finally, when you've completed the task you can open a PR.