summaryrefslogtreecommitdiff
path: root/getting_started_with_for/quickref.tex
blob: d106d6da7422c654c30e4f1567d90b74cdfb9ff7 (plain)
1
2
3
4
5
6
For loop:\\
{\ex \lstinline|    for i in range(1,11,2):|}
{\ex \lstinline|        s = s + i|}

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