Re: [Tutor] how to use 2to3

2014-01-13 Thread Mark Lawrence
On 13/01/2014 17:30, S Tareq wrote: can you please help me how to use 2to3 on 3.3. i went to the web site follow instraction and it did not work. Providing a sizeable wedge of code and stating "it did not work" is pretty useless. But I'd guess that you've run the code *WITHOUT* the -w flag.

Re: [Tutor] how to use 2to3

2014-01-13 Thread Danny Yoo
On Mon, Jan 13, 2014 at 9:30 AM, S Tareq wrote: > can you please help me how to use 2to3 on 3.3. i went to the web site follow > instraction and it did not work. When asking for debugging help, it is usually a very good idea to provide as much detail about what you exactly did as you can. Specifi

[Tutor] how to use 2to3

2014-01-13 Thread S Tareq
can you please help me how to use 2to3 on 3.3. i went to the web site follow instraction and it did not work.  # Import statements import random import datetime #Arrays to store the definitions and keywords read from the file keywords=[]; definition=[]; correctAnswer=[]; #Counter for the wrong A