Error in currency exchange

We received the following error when we ran your code:

  ImportError while importing test module '.mnt.exercism-iteration.exchange_test.py'.
Hint: make sure your test modules.packages have valid Python names.
Traceback:
.usr.local.lib.python3.11.importlib.__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
.mnt.exercism-iteration.exchange_test.py:4: in <module>
    from exchange import (
E   ImportError: cannot import name 'get_change' from 'exchange' (.mnt.exercism-iteration.exchange.py)

That means you need to implement the get_change function. Did you delete all the initial code you were given?

yes, i deleted all the initial code, retrieved, finnally figured out. thank you.