Hello, great book so far.
Received the following error when attempting to execute the high-score program in Chapter 4:
Traceback (most recent call last):
File "C:\Documents and Settings\Luis Porrello\My Documents\My Python\Head_First_Programming\high_score.py", line 4, in <module>
(name, score) = line.split()
ValueError: need more than 0 values to unpack
I have tried using the version of the code provided on the website for page 140 but received the same error. Is there anything I need to do to the "results.txt" file? When I open it is not ordered in columns but rather one single line.
Thanks in advance.











