Functions continuing to ru after returning something?

Bradley Hintze bradley.h at aggiemail.usu.edu
Mon Aug 30 20:05:28 EDT 2010


I may be having a brain fart, but is it at all possible to have a
function first return a value then continue its calculation. Like this
simple example:

my_var = 5
def my_function():
    return my_var
    my_var +=1

This obviously won't work as written but is there a cleaver way around this.

-- 
Bradley J. Hintze
Graduate Student
Duke University
School of Medicine
801-712-8799



More information about the Python-list mailing list