For example something like:
if l.index(a)== -1:
l += [a]
If I run something like this, I will get a value error.I am assuming this is not a new problem.
For example something like:
if l.index(a)== -1:
l += [a]
If I run something like this, I will get a value error.I am assuming this is not a new problem.