Initial GitHub Repo Clone and Folder Creation:
Part 1: PyBank
Sources I used to help write me code:
https://www.geeksforgeeks.org/precision-handling-python/
To find rounding float
(Line 52 in PyBank/main.py)
https://stackoverflow.com/questions/36571560/directing-print-output-to-a-txt-file
To Print Python results to a Text File
(Lines 77-84 in PyBank/main.py)
Part 2: PyPoll
Source I used to help write me code:
https://www.geeksforgeeks.org/python-statistics-mode-function/
To understand how to use mode function in Python
(Line 39 in PyPoll/main.py)
Initial Push to GitHub Repo
Resubmitted 1/17/24: Changed Absolute Path(s) to Relative Path(s)