Perl Primer

print "sum= ", x+y+z. def sum(a,b): print "sum= ", a+b. sum(10,20) sum(10,20,30) c) Write a python function to find the sum of elements of a List. List is received as argument, and function returns the sum. [2] d) Based on the above diagram, answer the following; (i) … ................
................