From 0454a29f272bd7a3cf34c92842774784cb883772 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 20 Sep 2023 19:31:57 +0000 Subject: [PATCH] Update 02-currency/currency.py --- 02-currency/currency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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