So yeah, I created a Card class and a Hand class and I've been trying to figure out for a while now how to store a Hand object as a text file onto the disk then be able to read it back into a new hand object but I'm still just totally confused? Looked at Pickle and Json too to figure out how to do it but was was overwhelmed and still couldn't figure things out. Can anyone help? I want to do this by adding code to my main method in the Lab 9 module:
The Three Modules: https://gist.github.com/kyotosomo
EDIT: By text file I don't mean a pickle, I already know how to do that. I mean a .txt file.