G+_Rud Dog Posted November 8, 2015 Share Posted November 8, 2015 Need some help using shelve in Python3 Windows. I have a list which has been input by the user and would liket to save it and read it back in when the program is run again. extList = ['pdf', 'txt', 'jpg', 'bmp'] How can this be done both write out and read in using shelve ??? Link to comment Share on other sites More sharing options...
Recommended Posts