From 407988de637400f78722209257c4228e7da827bd Mon Sep 17 00:00:00 2001 From: Asif Mehmood Khatana <113448393+iasifmehmood@users.noreply.github.com> Date: Sat, 8 Oct 2022 06:51:27 -0700 Subject: [PATCH] Question No. 42 is linked with question no 41 Question No. 42 is linked with question no 41 not with question no 39 which represents cities not magicians --- 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..a6c1848 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 41. 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.