From a84c28eaadfa1ff2de43e2b4dbab9781aa406e29 Mon Sep 17 00:00:00 2001 From: Asif Mehmood Khatana <113448393+iasifmehmood@users.noreply.github.com> Date: Sat, 8 Oct 2022 07:26:22 -0700 Subject: [PATCH] Update getting-started-exercises.md --- getting-started-exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started-exercises.md b/getting-started-exercises.md index a660433..972e4ca 100644 --- a/getting-started-exercises.md +++ b/getting-started-exercises.md @@ -306,7 +306,7 @@ Write a function called make_great() that modifies the array of magicians by add the phrase the Great to each magician’s name. Call show_magicians() to see that the list has actually been modified. -43. Unchanged Magicians: Start with your work from Exercise 40. Call the +43. Unchanged Magicians: Start with your work from Exercise 41. Call the function make_great() with a copy of the array of magicians’ names. Because the original array will be unchanged, return the new array and store it in a separate array. Call show_magicians() with each array to show that you have one array of the original