diff --git a/func.py b/func.py index 8c06b37..eb9c55e 100644 --- a/func.py +++ b/func.py @@ -12,7 +12,7 @@ def new_input(): else: total.append(unit) print("-"*30) - return(total)`` + return(total) def sum(money): count=0 for i in money: