week1/02-currency/currency.py

3 lines
52 B
Python

def currency_converter( amount=0, units=[] ):
pass