In this exercise, for this variable: sonny’s_apartment = [[1, 1, 620, 16, 1, 98, 1, 0, 1, 0, 0, 1, 1, 0]]
what datatype is this? I think its a list but im not sure because of the double brackets.
When in doubt, use type to find out. For pure Python [[1, 2, 3]] for example would be a list which contains a single element, that single element is itself a list containing three elements.
Jumping in here… If the member has skipped the Learn Python 3 track, then it would be advisable to pause this course, and embark on that course in the fullest possible way. Things that trip us up in this course often trace back to missing aspects that will be well covered in those lessons. Highly suggested segue, at this time.