def exact_change(user_total): if user_total <= 0: #adapting for situations where input is 0 or less print(\'no change\') else: