(Solved): A1: Change the input and rerun the function. Convince yourself that f(x) returns 2x [ ] deff( ...
A1: Change the input and rerun the function. Convince yourself that f(x) returns 2?x? [ ] deff(x): return 2?xprint(f(5)) 10 [ ] def sum(a,b): \#write your code here \#edit the return statement here to return summation of series from a to b return a+b print (sum(2,3))