diff options
author | Prabhu Ramachandran | 2021-05-26 20:25:20 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2021-05-26 20:25:20 +0530 |
commit | 83331c030c911caf5baae0a07a9d1acd4094dcef (patch) | |
tree | 3121d77934e963393cebfa9bf6558f1cb57f4c26 /scipy/basic | |
parent | 7f5dec5b4d281726aadbd7da3dbba808390ed90f (diff) | |
download | python-workshops-master.tar.gz python-workshops-master.tar.bz2 python-workshops-master.zip |
Diffstat (limited to 'scipy/basic')
-rw-r--r-- | scipy/basic/06_numpy.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scipy/basic/06_numpy.tex b/scipy/basic/06_numpy.tex index 87793eb..05a8795 100644 --- a/scipy/basic/06_numpy.tex +++ b/scipy/basic/06_numpy.tex @@ -209,6 +209,9 @@ Out[]: array([0, 0, 0, 0]) \end{frame} \begin{frame}[fragile] +\end{frame} + +\begin{frame}[fragile] \frametitle{Examples} \noindent \typ{pi} and \typ{e} are defined. \begin{lstlisting} |