day1/Session-3.tex
changeset 106 7b539cba0f04
parent 79 04b620d3f172
equal deleted inserted replaced
105:ea8570f660b8 106:7b539cba0f04
   306       \begin{lstlisting}
   306       \begin{lstlisting}
   307 >>> from math import sqrt
   307 >>> from math import sqrt
   308 >>> from math import *
   308 >>> from math import *
   309       \end{lstlisting}    
   309       \end{lstlisting}    
   310     \item What is the difference?
   310     \item What is the difference?
   311     \item \alert{Use the later only in interactive mode}
   311     \item \alert{Use the latter only in interactive mode}
   312     \end{itemize}
   312     \end{itemize}
   313   \emphbar{Package hierarchies}
   313   \emphbar{Package hierarchies}
   314       \begin{lstlisting}
   314       \begin{lstlisting}
   315 >>> from os.path import exists
   315 >>> from os.path import exists
   316       \end{lstlisting}
   316       \end{lstlisting}