Skip to content

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

Notifications You must be signed in to change notification settings

GakuruAlex/seasons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published