Point Object

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Jan 5 06:48:16 EST 2008


On Sat, 05 Jan 2008 03:37:33 -0800, pjmulla at googlemail.com 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



More information about the Python-list mailing list