getting-started-with-for/quickref.tex
author anand
Thu, 11 Nov 2010 00:03:57 +0530
changeset 472 fcdec2d28c9a
parent 398 36295bb91766
permissions -rw-r--r--
Checklist OK for `The other kinds of plots`

For loop:\\
{\ex \lstinline|    for i in range(1,11,2):|}
{\ex \lstinline|        s = s + i|}

Range function:\\
{\ex \lstinline|    range([start,]stop[,step])|}