diff options
author | Santosh G. Vattam | 2010-01-05 15:23:02 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-01-05 15:23:02 +0530 |
commit | ee0e1fabd1b2f0e2d71b99a93c1ecb948474f677 (patch) | |
tree | 01ab9ea0019ca45828493ce373737f38240e9279 /day1/session2.tex | |
parent | 5c6a22254dd22ba8225a6bb7b816548cdb70cebc (diff) | |
parent | 508f280ce50c942f08f8fdb4bc76ee9654d4ffda (diff) | |
download | workshops-more-scipy-ee0e1fabd1b2f0e2d71b99a93c1ecb948474f677.tar.gz workshops-more-scipy-ee0e1fabd1b2f0e2d71b99a93c1ecb948474f677.tar.bz2 workshops-more-scipy-ee0e1fabd1b2f0e2d71b99a93c1ecb948474f677.zip |
Branches merged.
Diffstat (limited to 'day1/session2.tex')
-rw-r--r-- | day1/session2.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index 73637c9..12dbb58 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {7 November, 2009\\Day 1, Session 2} +\date[] {11 January, 2010\\Day 1, Session 2} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -418,12 +418,12 @@ Out[]: ['hello', 'world'] \end{lstlisting} This is what happens with \typ{line} \begin{lstlisting} -In []: line = '1.2000e-01 7.4252e-01' +In []: line = '1.20 7.42' In []: point = line.split() In []: point -Out[]: ['1.2000e-01', '7.4252e-01'] +Out[]: ['1.20', '7.42'] \end{lstlisting} \end{frame} |