# a python script containing a function # by: Sharon Tuttle # last modified: 9-26-06 def halve(value): return value / 2.0