Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 09c16bd

Browse files
committed
Updated algorithm writing exercise
1 parent 1b29c9b commit 09c16bd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

slides/python_programming_101.pdf

-12 Bytes
Binary file not shown.

slides/python_programming_101.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ \section{How to think like a \\ Computer Scientist}
126126
\begin{frame}{Let's write an algorithm!}
127127
\begin{center}
128128
\Large%
129-
Given a list of numbers, compute \\
130-
the sum of those divisible by two
129+
Compute the sum \\
130+
of all even numbers \\
131+
in a given list
131132
\end{center}
132133
\end{frame}
133134

0 commit comments

Comments
 (0)