Skip to content

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

Notifications You must be signed in to change notification settings

GakuruAlex/felipe_taqueria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Felipe's Taqueria

CS50's Introduction to Programming with Python Problem Set 3 on Exceptions

Prerequisite

clone this repo

git clone git@github.com:GakuruAlex/felipe_taqueria.git

change directory to felipe_taqueria

    cd felipe_taqueria

Create a virtualenv

    python3 -m venv myenvname

Activate virtualenv

    source myenvname/bin/activate

Install requirements

    pip install -r requirements.txt

Usage

Run program

    python3 felipe_taqueria.py

Run tests

    pytest -v

Author

Alex Gakuru

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages