4. Str function

Genericity polymorphism ‘str function’

4.1. Examples

>>> p=Point(0,0,0)
>>> print(p)
 ( 0.0 , 0.0 , 0.0 )
printed