Skip to content

Commit

Permalink
Homework: improve example for pretty printing
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Oct 30, 2024
1 parent af79145 commit 3819c19
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions homework/sheet03.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,12 @@ Beispiel:
Aus

``` python
a := 0
if 10 < 1 do
a := 42
a := 0
if 10 < 1
do
a := 42
else do
a := 7
a := 7
end
```

Expand Down

0 comments on commit 3819c19

Please sign in to comment.