SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Curvas Planas
O conhecimento adquirimos com os livros e os mestres.
A sabedoria aprendemos com o povo e os humildes.
Cora Coralina

Pretty Printing a Curve

Python Listing: ../../Code/Curve.py.
    def __str__(self):
        text=[]
        for n in range( len(self.rs) ):
            text.append(    str(self.ts[n])+": "+str(self.rs[n])   )

        return "\n".join(text)


Messages:
0 secs.