Newbie References Question

Frank Sonnenburg sonnenbu at informatik.uni-bonn.de
Wed Sep 25 16:29:17 EDT 2002


I forgot the most important part of the example:



>>> p=Point(3,4)
>>> f=Figure(p)
>>> f
Figure, def. by (3,4)
>>> p.set(99,-5)
>>> f
Figure, def. by (99,-5)




Frank





More information about the Python-list mailing list