Creating a function for exact change but the last part is bugging me where I keep getting this error

前端 未结 0 1423
北荒
北荒 2020-11-29 13:22

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题