So I created that code here, but don't know how to make score appear on a turtle window
also int cannot be added to 'set_caption' which actually defines title.
You should replace score with str(score)
score
str(score)
Displaying scores
So I created that code here, but don't know how to make score appear on a turtle window
You should replace
score
withstr(score)