We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70d3f3 commit 3dbffe5Copy full SHA for 3dbffe5
exercises/concept/ellens-alien-game/classes.py
@@ -3,12 +3,11 @@
3
4
def new_alien_list(positions):
5
"""
6
+ Function that takes a list of positions and creates one alien
7
+ instance per position
8
9
:param positions: list - a list of tuples of (x, y) coordinates
10
:return: list - a list of alien objects
-
- Function that takes a list of positions and creates one alien
11
- instance per position
12
13
14
pass
0 commit comments