24 views
Problem: I am new in python programming and I have been following a course where I have been instructed to do an assginement to remove all occurrences of a character in a list python. So I write this code: Numbs = [11, 22, 11, 33, 11, 44, 11, 55] a = 11 print (" ... main.py", line 8, in <module> if(Numbs[i]==a): IndexError: list index out of range Can anyone help me out to solve this problem?
asked
Apr 6, 2020
LizzyM
6.1k points