On Mon, Jul 4, 2011 at 12:07 PM, <delegb...@dudupay.com> wrote:

>
> Your new code should read this.
>
> data = [
>    (10, 25, 18, 17, 10, 12, 26, 5),
>    ]
>
> for value in data:
>      if value > 5:
>                 print " greater"
>    else:
>                print "lesser"
>

WRONG. Please dont misguide.
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to