SPAN-THE-MAN:
- Implemented conv_num()
- Implemented my_datetime()
- Implemented conv_endian()
- Implemented helper functions
- Created initial tests in tests.py
- Opened PR #1
desibragg:
- Reviewed PR #1
- Identified bugs in conv_num()
- Approved and merged PR #1 into main
- Fixed bugs in conv_num()
- Fixed _convert_base10() docstring
- Added additional tests in tests.py
- Added additional functions in task.py
- Fixed linting errors
- Opened PR #2
sofiamonge5:
- Reviewed PR #2
- Approved and merged PR #2 into main
- Fixed missing docstring for _calc_endian_hex()
- Fixed linting errors
- Opened PR #3