Hi,
I have a class for Cards, that the suits and ranks are placed in
suitList = ("Hearts","Diamonds"...
rankList = ("","Ace","2"...
however I need to read these values from a file instead.
Once I read the file I need to be able to sort the suits and ranks then print the list of cards.
Any help would be appreciated.
Macca