Created
May 6, 2020 15:18
-
-
Save kunalrustagi08/93782634d5d3669d30a5ee39461fbfe4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title = [bk for tupl in book_list for bk in tupl[0]] | |
prices = [price for tupl in book_list for price in tupl[1]] | |
ratings = [star for tupl in book_list for star in tupl[2]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment