building an online judge to evaluate Python programs

Jabba Laci jabba.laci at gmail.com
Fri Sep 20 14:30:12 EDT 2013


Let's take this simple exercise:

"Write a function that receives a list and decides whether the list is
sorted or not."

Here the output of the function is either True or False, so I cannot
test it with my current method.

Laszlo

On Fri, Sep 20, 2013 at 7:57 PM, Aseem Bansal <asmbansal2 at gmail.com> wrote:
>>However, it can only be used with programs that produce an output
>
> Just interested, what else are you thinking of checking?
> --
> https://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list