Parker Shamblin

Results 2 issues of Parker Shamblin

## Summary: Found and fixed a small bug in the mergesort function inside sorting.py. ## Changes: Changed standard division to floor division to fix. ## Results: ### Results of running...

See [PEP8 Indentation](https://www.python.org/dev/peps/pep-0008/#indentation) for example. **Minimal code example:** What I want the code to look like after pressing `enter`: ```python # Add 4 spaces (an extra level of indentation) to...

indentation