What about the following function?
if x == 0:
return False
return TrueI am a beginner, but I think it is more clear (at least to me) what the function does. And it is only one line longer than value = (x != 0) return value _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
