Functions help

Ben Finney ben+python at benfinney.id.au
Sun Feb 23 02:59:15 EST 2014


Scott W Dunning <swdunning at cox.net> writes:

> I had a question regarding functions.  Is there a way to call a
> function multiple times without recalling it over and over.

You should ask question like this on the “python-tutor” forum. I say
that because this question suggests you have yet to learn about basic
Python features like loops.

My recommendation is that you work your way thoroughly through the
Python tutorial <URL:http://docs.python.org/3/tutorial/>, doing each
example and experimenting to understand it before progressing.

By the end, you will have a much more comprehensive grasp of the basics
of Python, and have a toolkit of concepts and techniques for addressing
questions like the above.

> Thanks for any help!

Hope that helps! Feel free to ask for help on the Tutor forum
<URL:https://mail.python.org/mailman/listinfo/tutor>.

-- 
 \           “We spend the first twelve months of our children's lives |
  `\          teaching them to walk and talk and the next twelve years |
_o__)           telling them to sit down and shut up.” —Phyllis Diller |
Ben Finney




More information about the Python-list mailing list