diff options
author | Madhusudan.C.S | 2009-10-28 20:33:01 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-28 20:33:01 +0530 |
commit | 77f6a83870ec9f3d040739a4b1f8e2690fdb9cb3 (patch) | |
tree | 38f36602dc34d0b6b1f76fc8ec8471d76ac2f114 /day2 | |
parent | a852812f7464d5530afc11005adf9795128dd9fc (diff) | |
download | workshops-more-scipy-77f6a83870ec9f3d040739a4b1f8e2690fdb9cb3.tar.gz workshops-more-scipy-77f6a83870ec9f3d040739a4b1f8e2690fdb9cb3.tar.bz2 workshops-more-scipy-77f6a83870ec9f3d040739a4b1f8e2690fdb9cb3.zip |
Fixed typos and hanging words in Session 2 day 2.
Diffstat (limited to 'day2')
-rw-r--r-- | day2/session2.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/day2/session2.tex b/day2/session2.tex index dd2b8c5..7aadfc1 100644 --- a/day2/session2.tex +++ b/day2/session2.tex @@ -73,7 +73,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[Basic Python]{Python:\\A formal approach} +\title[Basic Python]{Python language: Data structures and functions} \author[FOSSEE Team] {The FOSSEE Group} @@ -215,7 +215,7 @@ Out[]: 52.530000000000001 \end{frame} \begin{frame} {Problem Set 2.1: Problem 2.1.1} -You are given date strings of the form ``29, Jul 2009'', or ``4 January 2008''. In other words a number a string and another number, with a comma sometimes separating the items.Write a function that takes such a string and returns a tuple (yyyy, mm, dd) where all three elements are ints. +You are given date strings of the form ``29, Jul 2009'', or ``4 January 2008''. In other words a number, a string and another number, with a comma sometimes separating the items.\\Write a function that takes such a string and returns a tuple (yyyy, mm, dd) where all three elements are ints. \end{frame} \subsection{Set} @@ -261,7 +261,7 @@ False \frametitle{Problem set 2.2} \begin{description} \item[2.2.1] Given a dictionary of the names of students and their marks, identify how many duplicate marks are there? and what are these? - \item[2.2.2] Given a string of the form ``4-7, 9, 12, 15'' find the numbers missing in this list for a given range. + \item[2.2.2] Given a string of the form ``4-7, 9, 12, 15'' find the missing numbers in the given range. \end{description} \inctime{15} \end{frame} |