From ebbf69f2b5ca908ef1f2195e8deb5e9a28f0d2b4 Mon Sep 17 00:00:00 2001 From: Santosh G. Vattam Date: Mon, 22 Feb 2010 14:32:01 +0530 Subject: Commits from NIT DGP and IITK --- day2/session1.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'day2/session1.tex') diff --git a/day2/session1.tex b/day2/session1.tex index 82881a0..b733b88 100644 --- a/day2/session1.tex +++ b/day2/session1.tex @@ -79,7 +79,7 @@ \author[FOSSEE Team] {The FOSSEE Group} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {29 January, 2010\\Day 2, Session 1} +\date[] {13 February, 2010\\Day 2, Session 3} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -275,6 +275,9 @@ In []: a.lower? \begin{lstlisting} In []: ''.join(['a', 'b', 'c']) Out[]: 'abc' + +In []: ', '.join(['a', 'b', 'c']) +Out[]: 'a, b, c' \end{lstlisting} \end{frame} @@ -508,7 +511,7 @@ Hello World \subsection{Basic Conditional flow} \begin{frame}[fragile] \frametitle{\typ{If...elif...else} example} -Type out the code below in an editor. +Type the following code in an editor \& save as \alert{ladder.py} \small \begin{lstlisting} x = int(raw_input("Enter an integer:")) -- cgit