Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 324 Bytes

currency_converter

currency.py creates a Currency class and defines certain functions for that class. currenty_test.py tests the functions in currency.py.

currency_converter.py converts values in one currency to equivalent value in another currency. currency_converter_test.py tests the outputs of currency_converter.py.