I am trying to compare two lists, Memory and Sequence. However it always says it is False even when it is True. When I tilt my finch robot one direction it adds it to Memory and then compares that to the previous Sequence.
I am trying to compare two lists, Memory and Sequence. However it always says it is False even when it is True. When I tilt my finch robot one direction it adds it to Memory and then compares that to the previous Sequence.
Why do you want to use IDENTICAL rather than =? The two lists won't be IDENTICAL because they're different lists, even if their contents are the same.
I see what I did wrong. Thank you.