As a revision of my initial question, when we look at next_block(),
it's documented as follows:
def next_block(the_file):
"""Return the next block of data from the trivia file."""
What if there
On Wed, Feb 4, 2015 at 1:01 AM, Андрей Пугачев
wrote:
> Hi
> I'm learning python a few weeks and have problems with code that read text
> from txt-file
> Code doing all right, but in the end I have error
>
> Traceback (most recent call last):
> File "trivia_challenge.py", line 81, in
> main
Андрей Пугачев wrote:
> Hi
> I'm learning python a few weeks and have problems with code that read text
> from txt-file
> Code doing all right, but in the end I have error
>
> Traceback (most recent call last):
> File "trivia_challenge.py", line 81, in
> main()
> File "trivia_challenge.p
On 04/02/15 09:01, Андрей Пугачев wrote:
Code doing all right, but in the end I have error
Traceback (most recent call last):
File "trivia_challenge.py", line 81, in
main()
File "trivia_challenge.py", line 74, in main
category, question, answers, correct, explanation, points =
Hi
I'm learning python a few weeks and have problems with code that read text
from txt-file
Code doing all right, but in the end I have error
Traceback (most recent call last):
File "trivia_challenge.py", line 81, in
main()
File "trivia_challenge.py", line 74, in main
category, questi