Why keeping a list of states "traversed" through doesn't prevent revisiting that state? (Learning Python 5th Edition) -


enter image description here enter image description here

if you've kept list of places visited, how can revisit state? i'm bit confused author meant here.


Comments