``` >>> from currency_converter import converter >>> print(converter(amount=1.0, frm="USD", to="EUR")) ``` and the answer is `... 0`
and the answer is
... 0