diff --git a/func.py b/func.py index 3abe065..62a7703 100644 --- a/func.py +++ b/func.py @@ -20,4 +20,4 @@ def all(gold): for data in gold: result=result+data print(result) -all(prize) \ No newline at end of file +all(prize) \ No newline at end of file