getting_started_with_for/quickref.tex
author Anoop Jacob Thomas<anoop@fossee.in>
Sat, 18 Dec 2010 12:54:49 +0530
changeset 524 b602b4dcc87d
parent 522 d33698326409
permissions -rw-r--r--
Made some changes to the script embellishing a plot, but it still needs changes.

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

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