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.
python currency_converter.py -from cad -to usd -amount 100
100 CAD = 75.34 USD (exchange rate: 0.7534)