News

I've got a fun challenge for those of you python folks out there.I need to stick this into a lambda to use as a button command. def h(): if state[7] == 0: state[7] = 1 else: state[7] = 0 fred(h,7 ...