getting-started-with-functions/quickref.tex
author bhanu
Mon, 15 Nov 2010 14:18:01 +0530
changeset 496 4bd18f0f3179
parent 449 471e1e5844a1
permissions -rw-r--r--
Language check done for `additional features of IPython`

Defining a function:\\
{\ex \lstinline|    def name([arguments]):|}
{\ex \lstinline|        code|}
{\ex \lstinline|        [return values]|}