python need help pairs card game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

python need help pairs card game

I am stuck in the coding of Pairs card game. Filling an array of strings with 10 pairs of synonyms and shuffling them, the user can enter the number of the card that the user wants to turn over, and display the word in that location on the board. Create the 4 rows by 5 column board with ? # ? for each card face down (where # is the number of the card 1 - 20). The pair should be removed from the board when the pair matches and turned face down when they do not. The user continues to play until all 20 cards are removed from the board. I appreciate it if you give me some advice or share your code sample based on my code. This is my code(some algorithms are included). https://code.sololearn.com/cgQAi3betxcw

9th Mar 2022, 8:01 AM
Lola
1 Answer
0
It is helpful! Thank you!
9th Mar 2022, 10:28 PM
Lola