hello,
As part of a procedure I've a number sequences like this: <Python> if Print_Info: print Datafile.readline() else: Datafile.readline() </Python> Is there a more compressed way to write such a statement, especially I dislike the redundancy "Datafile.readline()". thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list