Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created October 4, 2020 13:16
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 abhishek-shrm/a48922d8bbf9bacd1142b11ed246db4c to your computer and use it in GitHub Desktop.
Save abhishek-shrm/a48922d8bbf9bacd1142b11ed246db4c to your computer and use it in GitHub Desktop.
# Getting index value
index=sorted([int(i.split('.')[0].split('/')[-1]) for i in abs_list])
index[:5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment