Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'receives': 0.04; 'output': 0.05; 'subject:Python': 0.06; 'method.': 0.07; 'false,': 0.09; 'cc:addr:python-list': 0.11; 'exercise:': 0.16; 'received:209.85.214.50': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'function': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'sep': 0.31; 'subject:programs': 0.31; 'url:python': 0.33; 'fri,': 0.33; 'received:209.85': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'list': 0.37; 'received:209': 0.37; 'pm,': 0.38; 'either': 0.39; 'url:mail': 0.40; 'interested,': 0.61; 'subject:online': 0.61; 'simple': 0.61; 'to:addr:gmail.com': 0.65; 'here': 0.66; '20,': 0.68; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=edTHu3w9W6dxc8HJcwEvG1p8ySTClHLuqnnInBYSinU=; b=CMtokLGfwIJEaacC0wWd4l7AVeWxpqIAXuDiJ7wTab21eO+YrLN3ZIffAu1nKGS43v TfxbkQb3OcB06e4LfkXm0QUV69cn3ifKdB3oApV2uh5IY3uI4IVIuGmSbEOdUpF0OtN3 4QgIq926960FqSNziyIU9MElVbXTOjktTRhaq73xkxWDv9AC43LRb6mEhKLce+6AdjZT KLR7IX5qPJWEyjvj8lM3Pat+JSdTRlKm1PS+1vKYOlf4tTzBJvqdT3TAaR1BaKrq2O5n Zx43NtF1Jf/+9btSfnFt5mZ1mqEL0SWgzG2J6Pp/9mKA3MQ0Zz5ta5u/8Pfty/flsfBS X5dA== X-Received: by 10.205.10.132 with SMTP id pa4mr6315509bkb.15.1379701832188; Fri, 20 Sep 2013 11:30:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Jabba Laci Date: Fri, 20 Sep 2013 20:30:12 +0200 Subject: Re: building an online judge to evaluate Python programs To: Aseem Bansal Content-Type: text/plain; charset=ISO-8859-1 Cc: Python mailing list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379702349 news.xs4all.nl 15874 [2001:888:2000:d::a6]:59584 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54504 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 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