Make sure you removed all debugging print statements error

Michael Torrie torriem at gmail.com
Mon Aug 8 12:23:39 EDT 2016


On 08/08/2016 06:20 AM, aaryanreviews at gmail.com wrote:
> Hello guys! I was answering a question on a piece of homework of
> mine. Sadly I can't answer it correctly due to the repetitive error
> being "Make sure you removed all debugging print statements."
> Hopefully one of you guys can help me solve this and also make me
> understand why I keep on getting this error.

Sounds like there's an automatic piece of software running your code and
comparing your output with the expected output.  Your code must be
giving different output than expected by your teacher.  The message is
simply a reminder that if you had any debugging print()'s in your code
that you should remove them before turning in your program.  Since you
don't have any debug print()'s that I can see, the problem must be that
your program is simply outputing something different than expected.

What output is expected?  What does the assignment say about it?



More information about the Python-list mailing list