def calc(numbers): sum=0 for n in numbers: sum=sum+n*n return sum print(calc([1,2,3]))
Standard input is empty
14
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!