Functions help

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Feb 23 03:44:25 EST 2014


On Sat, 22 Feb 2014 22:43:17 -0700, Scott W Dunning wrote:

> Hello,
> 
> I had a question regarding functions.  Is there a way to call a function
> multiple times without recalling it over and over.  Meaning is there a
> way I can call a function and then add *5 or something like that?


Sorry, I don't really understand your question. Could you show an example 
of what you are doing?

Do you mean "add 5" or "*5"?  "Add *5 doesn't really mean anything to me.



-- 
Steven



More information about the Python-list mailing list