On Thu, Jan 29, 2009 at 10:19 AM, spir <[email protected]> wrote: > Why not '!' for not, instead of '~'? I mean, '!' is used in logic, in many > languages and even in python (!=). On the other hand, I had never encountered > '~' meaning not.
Although ! is indeed usual in computer languages, I disagree when you say it is used in logic. There to my knowledge the standard is ¬, with ~ being used if one wants to remain within easily-accessible character sets. -- André Engels, [email protected] _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
