I was given the challenge to code a Card Game, and I gleefully took up the task. The purpose was to make a program that when given an input of any number of cards in a list, it would return the next card to be played, and return a card higher than it in the same suit.
I would rank this code as medium in terms of difficulty, because it uses lists, if loops, else statements, while loops, variables, and math.
The link to the code is here.


Leave a comment