Dec-19-2018, 12:21 PM
I cannot find the problem with the following piece of code-
>>> def func(n=[]): #playing around pass >>> func([1,2,3]) >>> func() >>> n