what does ^ do in python

David Anderson zerty.david at gmail.com
Wed Mar 26 14:04:44 EDT 2008


HOw can we use express pointers as in C or python?

On Tue, Mar 25, 2008 at 7:36 PM, Tim Chase <python.list at tim.thechases.com>
wrote:

> > In most of the languages ^ is used for 'to the power of'.
> >
> > No, not in most languages. In most languages (C, C++, Java, C#, Python,
> > Fortran, ...), ^ is the xor operator ;)
>
> ...and in Pascal it's the pointer-dereferencing operator...
>
> -tkc
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080326/e6a9aabc/attachment.html>


More information about the Python-list mailing list