blob: d8bdeecc25f3f8833a505744884d8aaaaa6d93e4 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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}
|