diff --git a/02-currency/currency.py b/02-currency/currency.py index bd936a0..85dd4eb 100644 --- a/02-currency/currency.py +++ b/02-currency/currency.py @@ -1,2 +1,2 @@ -def currency_converter( amount=0, units=[] ): +def currency_converter(): pass