Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.35 KB

python-challenge

Module 3 Challenge

Initial GitHub Repo Clone and Folder Creation:

GitBash1

Part 1: PyBank

PyBank Folder/File Creation GitBash2

    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

PyPoll Folder/File Creation GitBash3

    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

GitBash4

Resubmitted 1/17/24: Changed Absolute Path(s) to Relative Path(s)