Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hanze-hbo-ict/programmeren
Browse files Browse the repository at this point in the history
  • Loading branch information
misja committed Oct 2, 2023
2 parents ac876c8 + 807c46d commit 5aabc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/basis/3_functies.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ b. Schrijf de functie `tpl(x)` die een getal als argument accepteert en drie kee

```ipython
In : tpl(4)
Out: 64
Out: 12
In: tpl("hoi")
Out: "hoihoihoi"
Expand Down

0 comments on commit 5aabc77

Please sign in to comment.