diff options
author | Santosh G. Vattam | 2010-04-21 13:47:36 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-21 13:47:36 +0530 |
commit | a46479c09eba9fe9b56745961ae3a228f7cd4188 (patch) | |
tree | 198681d9191a5f9342e5dcb9bc3eaae1927a470b /day2 | |
parent | f5ea32240326bd91e3608866b04e182c2c3cec4a (diff) | |
download | workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.gz workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.bz2 workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.zip |
MNIT Jaipur changes.
Diffstat (limited to 'day2')
-rwxr-xr-x | day2/day2quiz.tex | 32 | ||||
-rw-r--r-- | day2/session1.tex | 4 | ||||
-rw-r--r-- | day2/session2.tex | 2 | ||||
-rw-r--r-- | day2/session3.tex | 2 | ||||
-rw-r--r-- | day2/session4.tex | 2 | ||||
-rw-r--r-- | day2/session5.tex | 2 | ||||
-rw-r--r-- | day2/session6.tex | 2 |
7 files changed, 23 insertions, 23 deletions
diff --git a/day2/day2quiz.tex b/day2/day2quiz.tex index f7d3ea0..51f7262 100755 --- a/day2/day2quiz.tex +++ b/day2/day2quiz.tex @@ -166,21 +166,21 @@ In []: a[1] = 10 What is the output? \end{frame} -\begin{frame}[fragile] - \frametitle{\incqno} - \begin{lstlisting} -def func(x, y=10): - print x+1, y+10 - -func(1) - - \end{lstlisting} - What is the output? -\end{frame} - -\begin{frame} - \frametitle{\incqno} - How many items can a function return? -\end{frame} +%% \begin{frame}[fragile] +%% \frametitle{\incqno} +%% \begin{lstlisting} +%% def func(x, y=10): +%% print x+1, y+10 + +%% func(1) + +%% \end{lstlisting} +%% What is the output? +%% \end{frame} + +%% \begin{frame} +%% \frametitle{\incqno} +%% How many items can a function return? +%% \end{frame} \end{document} diff --git a/day2/session1.tex b/day2/session1.tex index 702017e..40ab665 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[] {09 March, 2010\\Day 2, Session 1} +\date[] {03 April, 2010\\Day 2, Session 1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -228,7 +228,7 @@ In []: w[0] = 'H' -------------------------------------------- TypeError Traceback (most recent call last) -/<ipython console> in <module>() +<ipython console> in <module>() TypeError: 'str' object does not support item assignment diff --git a/day2/session2.tex b/day2/session2.tex index 5b1c291..cd74e6c 100644 --- a/day2/session2.tex +++ b/day2/session2.tex @@ -78,7 +78,7 @@ \author[FOSSEE Team] {The FOSSEE Group} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {09 March, 2010\\Day 2, Session 2} +\date[] {03 April, 2010\\Day 2, Session 2} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} diff --git a/day2/session3.tex b/day2/session3.tex index 7600eea..c58531d 100644 --- a/day2/session3.tex +++ b/day2/session3.tex @@ -78,7 +78,7 @@ \author[FOSSEE Team] {The FOSSEE Group} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {09 March, 2010\\Day 2, Session 3} +\date[] {03 April, 2010\\Day 2, Session 3} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} diff --git a/day2/session4.tex b/day2/session4.tex index 2d86b69..dba0e8e 100644 --- a/day2/session4.tex +++ b/day2/session4.tex @@ -100,7 +100,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {09 March, 2010\\Day 2, Session 4} +\date[] {03 April, 2010\\Day 2, Session 4} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitblogo}{iitblogo} diff --git a/day2/session5.tex b/day2/session5.tex index 783f71e..3af9893 100644 --- a/day2/session5.tex +++ b/day2/session5.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {09 March, 2010\\Day 2, Session 5} +\date[] {03 April, 2010\\Day 2, Session 5} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} diff --git a/day2/session6.tex b/day2/session6.tex index d5e1ca2..ff606a2 100644 --- a/day2/session6.tex +++ b/day2/session6.tex @@ -100,7 +100,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {09 March, 2010\\Day 2, Session 6} +\date[] {03 April, 2010\\Day 2, Session 6} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |