We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da339e commit 38396dbCopy full SHA for 38396db
cs102-week-eleven.tex
@@ -30,7 +30,7 @@
30
\definecolor{blue}{RGB}{0, 118, 186}
31
\definecolor{gray}{RGB}{146, 146, 146}
32
33
-\title{Discrete Structures: \\ Programming with \\ Functions in Python}
+\title{Discrete Structures: \\ Using Dictionaries \\ and Functions \\ in Python}
34
35
\author{{\bf Gregory M. Kapfhammer}}
36
@@ -57,8 +57,8 @@
57
%
58
\begin{center}
59
60
- {\large How do I use dictionaries, sets, and lists to efficiently
61
- implement mathematical functions in Python?}
+ {\large How do I use dictionaries, tuples, and lists to correctly
+ implement efficient mathematical functions in Python?}
62
63
\end{center}
64
0 commit comments