Skip to content

CS50's Introduction to Programming with Python Exception Problem Set 3

Notifications You must be signed in to change notification settings

GakuruAlex/fuel_gauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuel Gauge

CS50's Introduction to Programming with Python problem set 3 on Exceptions

Prerequisite

Git clone the repo

git clone [email protected]:GakuruAlex/fuel_gauge.git

change directory to nutrition

    cd fuel_gauge

Create a virtualenv

    python3 -m venv myenvname

Activate virtualenv

    source myenvname/bin/activate

Install requirements

    pip install -r requirements.txt

Usage

Run program

    python3 fuel_gauge.py

Run tests

    pytest -v

Author

Alex Gakuru

About

CS50's Introduction to Programming with Python Exception Problem Set 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages