79244474

Date: 2024-12-02 14:42:19
Score: 1
Natty:
Report link

Without any code example is difficult to know what is the problem.
But with this code you should be able to load the file.

import os
import pickle

with (os.path.join(os.getcwd(), 'possible_successors.pickle'), 'rb') as file:
    data = pickle.load(file)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lewis