ValueError: indices must have an integer type ???
I can’t really find where the problem is ?
ValueError: indices must have an integer type ???
I can’t really find where the problem is ?
Exercise 5 - train_task_function this one exactly
The error tells you that when accessing list elements the indices must be integers, but you are not accessing any elements of a list in this exercise, perhaps you are using instead of () for appending elements to a list!