From fee41dff9ef35b2941ed7ccf44febcdfb3322783 Mon Sep 17 00:00:00 2001 From: siderio2 Date: Fri, 19 Aug 2016 15:31:51 +0200 Subject: [PATCH] Update Quiz 3B.md There's a mistake on line 186 (answer to question 8): the correct output is '736', not '726' --- Week 03/Week 3 Quiz/Quiz 3B.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week 03/Week 3 Quiz/Quiz 3B.md b/Week 03/Week 3 Quiz/Quiz 3B.md index db2bf5d..6bb6eb5 100644 --- a/Week 03/Week 3 Quiz/Quiz 3B.md +++ b/Week 03/Week 3 Quiz/Quiz 3B.md @@ -183,7 +183,7 @@ To test your code, starting at `n` = 23 generates a sequence with a maximum valu ### Answer -726 +736 ### Explanation @@ -202,4 +202,4 @@ To save resources, modern browsers only execute the Javascript associated with t ### Explanation -Correct. If your browser does happen to open a SimpleGUI frame as a new tab on top of the existing code tab, "pull" this tab off of the top of the current window to create a new separate window. \ No newline at end of file +Correct. If your browser does happen to open a SimpleGUI frame as a new tab on top of the existing code tab, "pull" this tab off of the top of the current window to create a new separate window.