GitHub PR Practice This private repository is a hands-on sandbox for learning pull requests. Run the demo python3 task_tracker.py list python3 task_tracker.py add "Review a pull request" python3 task_tracker.py complete 1 Run tests python3 -m unittest discover -s tests -v