Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 282 Bytes

readme.md

File metadata and controls

25 lines (12 loc) · 282 Bytes

Fifths

Install requirements

pip install -r requirements.txt

Run fifths

 python fifths.py

Run fifth Tests

 pytest test_fifths.py

Roman numeral

Run

 python roman_numeral.py

Run Roman Numeral Tests

 pytest test_roman_numeral.py