Update hints.md

Add a hint to #7 to put new_aliens_collection() outside of the Alien class.
This commit is contained in:
zepam
2022-03-01 14:15:24 -08:00
committed by BethanyG
parent 0201c9df0b
commit 9058393225

View File

@@ -39,3 +39,4 @@
- A `tuple` would be a _single_ parameter. - A `tuple` would be a _single_ parameter.
- The Alien constructor takes _2 parameters_. - The Alien constructor takes _2 parameters_.
- Unpacking what is _inside_ the tuple would yield two parameters. - Unpacking what is _inside_ the tuple would yield two parameters.
- The standalone function is outside of the `class`