This might be a stupid question but I keep getting this error: "inconsistent use of tabs and spaces in indentation" I already made sure over and over that the number of spaces and tabs are consistent but I can't get rid of this error.
def skip_elements(elements):
i = 0
for a in range(0,5):
i+=1
return i