Skip to content

Latest commit

 

History

History
 
 

currency_converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Currency Converter

Converts the specified amount from a currency to another.

The following arguments can be specified:

  • from The currency symbol we want to convert the amount from.
  • to The currency symbol we want to convert the amount to.
  • amount The amount we want to convert.

Usage

python currency_converter.py -from cad -to usd -amount 100

Output

100 CAD = 75.34 USD (exchange rate: 0.7534)