I am new to Python and recently I've made a Mastermind game, and right now I use X and O for checking if you guessed right, but if it possible that I for example use colors for this? I can't find an answer online, I've only found something like
x = Color('#FF0000')
but that doesn't work, it gives me a syntax error