testing is incredibly important.
please try to get all tests passing while breaking the code, and add a test that fixes that. you'll be very cool if you do.
You can run all tests in your terminal by going into the root folder and entering
python -m pytestor you can run one individually
python tests/test_ops.py