Re: [Tutor] Stupid Pythony Newbie Question: Basic Operators;

2008-03-16 Thread Gregor Lingl
Michael Lim schrieb: > Sorry guys, this is a newbie question... can someone please help me > with what the following 2 basic operators do in like simple english: > > 1. > > ^ This operator performs a logical operation, the exclusive or, also xor, for the binary digits af two integer numbers. The

Re: [Tutor] Stupid Pythony Newbie Question: Basic Operators;

2008-03-16 Thread Luke Paireepinart
Michael Lim wrote: > Sorry guys, this is a newbie question... can someone please help me with what > the following 2 basic operators do in like simple english: > Well, it depends on the situation you use the operation in. I'll give you some examples. > 1. > > ^ > This is a bitwise exclusive-

[Tutor] [TUTOR] Stupid Pythony Newbie Question: Basic Operators;

2008-03-16 Thread Michael Lim
Sorry guys, this is a newbie question... can someone please help me with what the following 2 basic operators do in like simple english: 1. ^ 2. % ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor