Why does this not iterate?
import logging logging.basicConfig(level=logging.DEBUG) x = [] y = [[] for n in range(0, 1)] linedata = [\"0\",\"1\",\"2\"] x.append(
try this instead:
e = list(enumerate(d))