Skip to content

JacqueLeeMeyer/python-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages