Skip to content

Commit 3dbffe5

Browse files
authored
Update classes.py
1 parent c70d3f3 commit 3dbffe5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exercises/concept/ellens-alien-game/classes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
def new_alien_list(positions):
55
"""
6+
Function that takes a list of positions and creates one alien
7+
instance per position
68
79
:param positions: list - a list of tuples of (x, y) coordinates
810
:return: list - a list of alien objects
9-
10-
Function that takes a list of positions and creates one alien
11-
instance per position
1211
"""
1312

1413
pass

0 commit comments

Comments
 (0)