Jul-04-2018, 02:04 PM
Here is a snippet of code that is causing an error
import pickle amount_of_accounts = pickle.load( open( "savek.p", "rb" ) )This gives the error:
Error:Traceback (most recent call last):
File "Python.py", line 4, in (module)
amount_of_accounts = pickle.load( open( "savek.p", "rb" ) )
EOFError: Ran out of input