Slight Comment Change
This commit is contained in:
@@ -25,7 +25,7 @@ class SlotMachine():
|
|||||||
for icon in wheel.icons:
|
for icon in wheel.icons:
|
||||||
matrix[i].append(icon)
|
matrix[i].append(icon)
|
||||||
|
|
||||||
# Use Zip function to aggregate unpacked matrix (*matrix unpacks it)
|
# Use Zip function to transpose unpacked matrix (*matrix unpacks it)
|
||||||
matrix = zip(*matrix)
|
matrix = zip(*matrix)
|
||||||
|
|
||||||
for row in matrix:
|
for row in matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user