0
Deck of Cards
I am trying to make a program that draws cards, The problem I am having is how I can have a list that is accessible to a method that picks a random number from 1-52 then deletes itself from the list but hold that memory for when the next card needs to drawn.
3 Answers
+ 6
https://code.sololearn.com/c4i5LBFcG4YD/?ref=app
0
i posted it my codes