On Sat, May 27, 2017 at 8:56 AM, Larry Martell <larry.mart...@gmail.com> wrote:
> If they write a loop with range(1,10) they are going in the 'no' pile.
> If they write a loop with range(1,11) they go in the maybe pile
> If the write sum([i*i for i in range(1,11)]) and sqrt(sum([i for i in
> range(1,11)])) they are going in the yes pile.

And if they leave off the square brackets, even better. :)

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to