Okay, first of all, this is a cool way to get the minimums from each of the lists -- great use of Python's built-in functions min and max. Secondly, I love the extra research that you did to get all the pairings for the stars! As a side note, that picture was really cool, thanks for providing the link to it!
https://github.com/ericpjOU/dvp-u3-constellations/blob/4d4318d5a7cff4dc375796ae7fb19e28ca02c639/SavedNotebooksForSubmission/EricJacobsen_constellation.py#L54-L71
Okay, first of all, this is a cool way to get the minimums from each of the lists -- great use of Python's built-in functions
min
andmax
. Secondly, I love the extra research that you did to get all the pairings for the stars! As a side note, that picture was really cool, thanks for providing the link to it!