On Sat, 05 Jan 2008 03:37:33 -0800, [EMAIL PROTECTED] wrote:

> I am nes to python and need some help.  Can anyone lead me in the
> right direction to create and print a Point object, and then use id to
> print the object's unique identifier. Translate the hexadecimal form
> into decimal and confirm that they match.

The right direction would be the tutorial in the docs I guess:

  http://docs.python.org/tut/tut.html

What do you mean by the "hexadecimal form"?  `id()` returns ordinary
`int`\s and not strings.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to