Re: [Tutor] Do not understand why I am getting "EOFError: EOF when reading a line".

2016-10-08 Thread Walter Prins
Hi On 8 October 2016 at 05:51, boB Stepp wrote: > I think I now understand why I am getting this EOF exception. > > On Fri, Oct 7, 2016 at 10:16 PM, boB Stepp wrote: >> My current get_input() function: >> >> == >> def get_input(): >> '''Get

Re: [Tutor] Do not understand why I am getting "EOFError: EOF when reading a line".

2016-10-07 Thread boB Stepp
I think I now understand why I am getting this EOF exception. On Fri, Oct 7, 2016 at 10:16 PM, boB Stepp wrote: > My current get_input() function: > > == > def get_input(): > '''Get string input from the user and convert it to an integer. T

[Tutor] Do not understand why I am getting "EOFError: EOF when reading a line".

2016-10-07 Thread boB Stepp
My current get_input() function: == def get_input(): '''Get string input from the user and convert it to an integer. This integer is returned to the caller. :num_sides: Number of sides for the displayed grid.''' while True: