Skip to content
Snippets Groups Projects
Commit 3ef62844 authored by Mihai Lefter's avatar Mihai Lefter
Browse files

Add power operator in introduction

parent ea0f54a5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -409,6 +409,14 @@ IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
\begin{pythonout}
42
\end{pythonout}
\\
\begin{pythonin}{python}
2 ** 3
\end{pythonin}
\begin{pythonout}
8
\end{pythonout}
\end{ipython}
\end{pframe}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment