What could be going wrong with this error: "Ran out of input"
EOFError Traceback (most recent call last)
<ipython-input-72-9a2c1fe392b0> in <module>
pickle_in=open("x.pickle","rb")
x=pickle.load(pickle_in)
pickle_out.close()
pickle_in=open("y.pickle","rb")
EOFError: Ran out of input