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
Como libertar um povo que preza seus correntes?
Niculau Maquiavel.

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.