diff options
Diffstat (limited to 'tutorials/module_1/latex/basics_of_python.aux')
| -rw-r--r-- | tutorials/module_1/latex/basics_of_python.aux | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/tutorials/module_1/latex/basics_of_python.aux b/tutorials/module_1/latex/basics_of_python.aux new file mode 100644 index 0000000..d8bdeec --- /dev/null +++ b/tutorials/module_1/latex/basics_of_python.aux @@ -0,0 +1,58 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyField@AuxAddToFields[1]{} +\providecommand\HyField@AuxAddToCoFields[2]{} +\gdef \LT@i {\LT@entry + {1}{49.24928pt}\LT@entry + {2}{79.04018pt}} +\providecommand \oddpage@label [2]{} +\@writefile{toc}{\contentsline {section}{\numberline {1}Basics of Python}{1}{section.1}\protected@file@percent } +\newlabel{basics-of-python}{{1}{1}{Basics of Python}{section.1}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Syntax}{1}{subsection.1.1}\protected@file@percent } +\newlabel{syntax}{{1.1}{1}{Syntax}{subsection.1.1}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.1.1}Indentations and blocks}{1}{subsubsection.1.1.1}\protected@file@percent } +\newlabel{indentations-and-blocks}{{1.1.1}{1}{Indentations and blocks}{subsubsection.1.1.1}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.1.2}Comments}{1}{subsubsection.1.1.2}\protected@file@percent } +\newlabel{comments}{{1.1.2}{1}{Comments}{subsubsection.1.1.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}Operators}{1}{subsection.1.2}\protected@file@percent } +\newlabel{operators}{{1.2}{1}{Operators}{subsection.1.2}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.1}Arithmetic operators}{1}{subsubsection.1.2.1}\protected@file@percent } +\newlabel{arithmetic-operators}{{1.2.1}{1}{Arithmetic operators}{subsubsection.1.2.1}{}} +\gdef \LT@ii {\LT@entry + {1}{49.24928pt}\LT@entry + {2}{123.12889pt}} +\gdef \LT@iii {\LT@entry + {1}{49.24928pt}\LT@entry + {2}{247.13966pt}} +\gdef \LT@iv {\LT@entry + {1}{49.24928pt}\LT@entry + {2}{266.75583pt}} +\gdef \LT@v {\LT@entry + {1}{239.45255pt}\LT@entry + {1}{230.30246pt}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.2}Comparison operators}{2}{subsubsection.1.2.2}\protected@file@percent } +\newlabel{comparison-operators}{{1.2.2}{2}{Comparison operators}{subsubsection.1.2.2}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.3}Logical operators}{2}{subsubsection.1.2.3}\protected@file@percent } +\newlabel{logical-operators}{{1.2.3}{2}{Logical operators}{subsubsection.1.2.3}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.4}Identity operators}{2}{subsubsection.1.2.4}\protected@file@percent } +\newlabel{identity-operators}{{1.2.4}{2}{Identity operators}{subsubsection.1.2.4}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Order of Operation}{2}{subsection.1.3}\protected@file@percent } +\newlabel{order-of-operation}{{1.3}{2}{Order of Operation}{subsection.1.3}{}} +\gdef \LT@vi {\LT@entry + {2}{49.85371pt}\LT@entry + {2}{148.51701pt}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}Data types}{3}{subsection.1.4}\protected@file@percent } +\newlabel{data-types}{{1.4}{3}{Data types}{subsection.1.4}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.5}Variables}{3}{subsection.1.5}\protected@file@percent } +\newlabel{variables}{{1.5}{3}{Variables}{subsection.1.5}{}} +\newlabel{declaring-and-assigning-variables}{{1.5}{3}{Declaring and Assigning Variables}{section*.1}{}} +\@writefile{toc}{\contentsline {paragraph}{Declaring and Assigning Variables}{3}{section*.1}\protected@file@percent } +\newlabel{rules}{{1.5}{4}{Rules}{section*.2}{}} +\@writefile{toc}{\contentsline {subparagraph}{Rules}{4}{section*.2}\protected@file@percent } +\newlabel{updating-variables}{{1.5}{4}{Updating Variables}{section*.3}{}} +\@writefile{toc}{\contentsline {paragraph}{Updating Variables}{4}{section*.3}\protected@file@percent } +\newlabel{variable-types-type-checking}{{1.5}{4}{Variable Types \& Type Checking}{section*.4}{}} +\@writefile{toc}{\contentsline {paragraph}{Variable Types \& Type Checking}{4}{section*.4}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2}Exercise}{4}{section.2}\protected@file@percent } +\newlabel{exercise}{{2}{4}{Exercise}{section.2}{}} +\gdef \@abspage@last{4} |
