Question: Given the function definition: def f(n, series ) if n>=5: series.append (nn) n=n+1 If n=5 and Ist =[ ], what will be the values of

Given the function definition: def f(n, series ) if n>=5: series.append (nn) n=n+1 If n=5 and Ist =[ ], what will be the values of n and lst after the function f(n, Ist) is called? n is 5 , Ist is [ ] n is 6 , Ist is [25] n is 5 , Ist is [25] n is 6 , Ist is [ ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
