Re: [Tutor] Creating Table

2014-11-12 Thread Steven D'Aprano
My reply is interleaved between your comments. On Wed, Nov 12, 2014 at 07:33:50PM +, niyanax...@gmail.com wrote: > This is what I have. I am very confused on what to do. What part is confusing? Try to ask *specific* questions, don't expect us to do your homework for you. > i = 6 > j = 6

Re: [Tutor] Creating Table

2014-11-12 Thread Danny Yoo
On Wed, Nov 12, 2014 at 11:33 AM, wrote: > Create a table based on two user inputs. Have the user enter two integers > between 2 and 6. Validate the user inputs are in the proper range as they > are entered. The first integer represents the number of rows in the table. > The second integer rep