Skip to content

Update getting-started-exercises.md #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down