log the input using print(drone, lamps) and rethink your algo
This comment is hidden because it contains spoiler information about the solution
with error messages like this 'oooooo' should equal 'ooooo', it shows you what you returned first, and then what you should have retuned. with one atop the other you can clearly see yours has an extra o:
'oooooo' should equal 'ooooo'
o
'oooooo' 'ooooo'
Loading collection data...
log the input using print(drone, lamps) and rethink your algo
This comment is hidden because it contains spoiler information about the solution
with error messages like this
'oooooo' should equal 'ooooo'
, it shows you what you returned first, and then what you should have retuned. with one atop the other you can clearly see yours has an extrao
: