From 54c12d94c4e5eb9cc022affabdda3219f30710da Mon Sep 17 00:00:00 2001 From: Sheharyar <63170620+SheryConcepts@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:21:40 +0500 Subject: [PATCH] corrected typo on question 43 --- 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..da7a338 100644 --- a/getting-started-exercises.md +++ b/getting-started-exercises.md @@ -301,7 +301,7 @@ function call that includes the number of tracks on an album. 41. Magicians: Make a array of magician’s names. Pass the array to a function called show_magicians(), which prints the name of each magician in the array. -42. Great Magicians: Start with a copy of your program from Exercise 39. +42. Great Magicians: Start with a copy of your program from Exercise 40. Write a function called make_great() that modifies the array of magicians by adding the phrase the Great to each magician’s name. Call show_magicians() to see that the list has actually been modified.