diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-06-25 17:45:03 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-06-25 17:45:03 +0200 |
commit | 784a2bf8e361e91ae9dc01ad2ee1b04d002c0d7d (patch) | |
tree | 4395f966faf7f5814c6e47428e90109bb568854f /aied2018/presentation/patterns.tex | |
parent | 3ccd4a85989d1b2cb463151c5f0f7bc571a3812c (diff) |
Diffstat (limited to 'aied2018/presentation/patterns.tex')
-rw-r--r-- | aied2018/presentation/patterns.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aied2018/presentation/patterns.tex b/aied2018/presentation/patterns.tex index 8c701e9..cdb6aad 100644 --- a/aied2018/presentation/patterns.tex +++ b/aied2018/presentation/patterns.tex @@ -42,7 +42,7 @@ Such patterns can represent a program’s control structure, relationships betwe \textbf{\red{def}} divisors(\textbf{\blue{n}}): \textbf{\red{for}} d \textbf{in} range(1,\textbf{\blue{n}}): \textbf{\red{if}} n % d == 0: - \textbf{print}(d) + print(d) \end{Verbatim} \end{textblock} |