Re: Setting Parameters inside of code

2009-12-18 Thread David Robinow
On Fri, Dec 18, 2009 at 10:46 AM, Jim Valenza wrote: > Hello All - I have a very novice question for any of you out there.  I need > to assign several parameters to a code in python. I have an example of a > code that was in DOS that I would need to set as parameters in my Python > script. > > Set

Re: Setting Parameters inside of code

2009-12-18 Thread Terry Reedy
On 12/18/2009 10:46 AM, Jim Valenza wrote: Hello All - I have a very novice question for any of you out there. I need to assign several parameters to a code in python. In Python, a 'parameter' is a function local name defined in the header of the function and bound to an argument when the fun