Closed AymenFJA closed 1 month ago
Instead of referencing the value of prev_score when assigning it to it, we should use copy.deepcopy. This will prevent cases where the value of prev_score is manipulated.
prev_score
copy.deepcopy.
Resolved
Instead of referencing the value of
prev_score
when assigning it to it, we should usecopy.deepcopy.
This will prevent cases where the value of prev_score is manipulated.