Contact: aviboots(AT)netvision.net.il
39,989 questions
51,934 answers
573 users
import pickle fh = open("d:\data.pkl", "rb") lang = pickle.load(fh) print(lang) fh.close() ''' run: ['python', 'c', 'c++', 'php'] '''