I am making a card game where the player is given three cards card1,card2 and card3, And I have the player choose what card to play - choice and a variable for when it is played - playedcard But no matter what card I say It to play, it always plays the last card.
But when I use elif it goes weird and chooses only the ones with if on them
(It wouldn’t let me put the other image in because I am new)
Is this some kind of glitch or a rookie mistake on my part?