diff --git a/func.py b/func.py index c33994c..1165dc9 100644 --- a/func.py +++ b/func.py @@ -1,3 +1,11 @@ -def new_input(): - tolal=[] - while True: +result=new_input() +a=sum(result) +print(a) + + + + + + + +