Skip to content

Commit

Permalink
Update hints.md
Browse files Browse the repository at this point in the history
Add a hint to #7 to put new_aliens_collection() outside of the Alien class.
  • Loading branch information
zepam authored and BethanyG committed Mar 1, 2022
1 parent 0201c9d commit 9058393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/concept/ellens-alien-game/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@
- A `tuple` would be a _single_ parameter.
- The Alien constructor takes _2 parameters_.
- Unpacking what is _inside_ the tuple would yield two parameters.
- The standalone function is outside of the `class`

0 comments on commit 9058393

Please sign in to comment.