def func(lst): return lst[0] lst = [1,2,3] func(lst) = 5 #a lst[0] = 5 #b
Why does \'a\' give me a "can\'t assign to function call&q