Update 02-currency/currency.py

This commit is contained in:
William Mantly 2023-09-20 19:31:57 +00:00
parent 7506c578af
commit 0454a29f27

View File

@ -1,2 +1,2 @@
def currency_converter( amount=0, units=[] ):
def currency_converter():
pass