map(lambda princess: princess.rescue(), [castle.get_princess() for castle in castles])
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
map(lambda princess: princess.rescue(), [castle.get_princess() for castle in castles])