Skip to content

Instantly share code, notes, and snippets.

@kunalrustagi08
Created May 6, 2020 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunalrustagi08/93782634d5d3669d30a5ee39461fbfe4 to your computer and use it in GitHub Desktop.
Save kunalrustagi08/93782634d5d3669d30a5ee39461fbfe4 to your computer and use it in GitHub Desktop.
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