blob: 90ec509b75edd519f21d6e7e5d136b4abdb8cd31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
\documentclass[14pt,compress]{beamer}
\input{macros.tex}
\title[Practice ]{Advanced Python}
\subtitle{Practice }
\author[FOSSEE] {The FOSSEE Group}
\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
\date[] {Mumbai, India}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}[plain, fragile]
\frametitle{Exercise: }
\begin{block}{}
\end{block}
\begin{lstlisting}
\end{lstlisting}
\end{frame}
\begin{frame}[plain, fragile]
\frametitle{Solution}
\begin{lstlisting}
\end{lstlisting}
\end{frame}
\end{document}
|