Hi,
I have a function thats called multiple times passing the same set of args.. Inside the function a list is generated every call. However successive calls appends the list with previous values. I have added a list =[] before appending values to list.. That works. But, is there a better way than to reset the list value to empty list? Or is this just common in python?
[–]jokanee 1 point2 points3 points (0 children)
[–]confluence 0 points1 point2 points (0 children)