From 391f5978cabaa3855e5cb5b79d3dc6fc6dfff17b Mon Sep 17 00:00:00 2001 From: suzanbones <106662876+suzanbones@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:27:38 +0200 Subject: [PATCH] Fout verwijdert 3 * 4 is 12 en niet 64 --- problems/basis/3_functies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/basis/3_functies.md b/problems/basis/3_functies.md index a7411734..737228ac 100644 --- a/problems/basis/3_functies.md +++ b/problems/basis/3_functies.md @@ -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"