I have a list like this:
numlist = [1,2,3]
But, if I know if I can\'t do this: numlist += 1
numlist += 1
because TypeError: \'in
TypeError: \'in