When I do turtle.write(chr(127137), font=(\'Arial\', 75))..., the character (ace of spades) shows twice on the turtle screen, next to each other.
turtle.write(chr(127137), font=(\'Arial\', 75))
I have