On Oct 9, 11:46 pm, "Dr. Phillip M. Feldman" <pfeld...@verizon.net> wrote: > I would like to put a statement on line N of my program that prints the line > number that is currently executing.
inspect.currentframe().f_lineno http://docs.python.org/library/inspect.html -- http://mail.python.org/mailman/listinfo/python-list