pymike wrote:
Just a minor point - it's actually checking if the 3rd numeral is non-zero/true.if keys[LEFT]: print TrueThis works, because you're checking to see if the 3rd numeral in the list is positive/true.
--Mike
pymike wrote:
Just a minor point - it's actually checking if the 3rd numeral is non-zero/true.if keys[LEFT]: print TrueThis works, because you're checking to see if the 3rd numeral in the list is positive/true.
--Mike