NameError for playerDraw variable #6
Answered
by
UditThakkar
SujalSamai
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
UditThakkar
Jul 30, 2021
Replies: 2 comments 1 reply
-
|
Let me check |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
So in line 160 and 167 where you appended the extra card you have to append them in the players list not for plyerTurn like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
UditThakkar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

So in line 160 and 167 where you appended the extra card you have to append them in the players list not for plyerTurn like this:
players[playerTurn].extend....
we have to add those cards in the card pile for like 1st player.