Reputation: 1194
I'm new to Python and I'm needing to convert some Matlab code I have to Python. Here's the code I have:
save(myFile, 'list','config');
else
load(myfile, 'list');
end
I've been looking within Python and I can't seem to find an equivalent method for this. Any help would be greatly appreciated.
Thanks!
Upvotes: 0
Views: 3030