pen.write('Player A:', str(score_a), 'Player B:', str(score_b), align='center', font=('Courier', 24, 'normal'))
(turtle imported)
(score_a and score_b are variables that contain a boolean)
This happened right after I added str(score_a) and str(score_b). Why is it like that and how can i fix it?