Sorry to dump my code like this, but I’ve been pulling my hair out the last hours trying to figure out where my minimax algorithm in python is going wrong. Any help is greatly appreciated! Output: [1, 0] Expected output: [2, 0] Answer You are always sending a 1 in case ‘X’ wins, this is not correct. This means that