Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seasons of Love

CS50'S Introduction to Programming with Python , Problem Set 8

A program that prompts the user for their date of birth in YYYY-MM-DD format and then sings / prints how old they are in minutes, rounded to the nearest integer, using English words instead of numerals, just like the song from Rent, without any and between words.

Prerequisite

Clone repo

    git clone https://github.com/GakuruAlex/seasons.git

Change dir to repo

    cd  seasons

Create virtual env

    python3 -m venv envname

Activate env

    source envname/bin/activate

Install requirements

    pip install -r requirements.txt

About

CS50's Introduction to Programming with Python Problem Set 8. Calculate how old a person is in minutes.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages