Programme chap4_classe_931_.py


# coding: latin-1
a = point_espace (1,-2,3)
it = iter (a)
while True:
    try : print it.next ()
    except StopIteration : break

créé avec py2html version:0.62