Skip to content

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

Notifications You must be signed in to change notification settings

GakuruAlex/outdated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outdated

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

A program that prompts the user for a date, anno Domini, in month-day-year order, formatted like 9/8/1636 or September 8, 1638, wherein the month in the latter might be any of the month of the year and output the same date in YYYY-MM-DD format. If the user's not valid in either format prompt again..

Prerequisite

clone this repo

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

change directory to outdated

    cd outdated

Create a virtualenv

    python3 -m venv myenvname

Activate virtualenv

    source myenvname/bin/activate

Install requirements

    pip install -r requirements.txt

Usage

Run program

    python3 outdated.py

Author

Alex Gakuru

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages