I have been making a brute-force 4-digit code breaker, but have run into some issues. After some debugging, I found out that ['0','0','0','1']==['0','0','0','1'] evaluates to false for some reason. Why is this and how can I make it true?![['0','0','0','1']==['0','0','0','1'] evaluates to false](../../images/3870428391.webp)
Edit: I am using repl.it to make this code breaker.