Skip to content

Instantly share code, notes, and snippets.

@HarshSingh16
Last active February 7, 2019 18:39
Show Gist options
  • Save HarshSingh16/197e604e63dc24b39b169cc0fcff827b to your computer and use it in GitHub Desktop.
Save HarshSingh16/197e604e63dc24b39b169cc0fcff827b to your computer and use it in GitHub Desktop.
#Creating a LIST for conversations
coversation_ids=[]
for conversation in conversations[:-1]:
_conversation=conversation.split(" +++$+++ ")[-1][1:-1].replace("'","").replace(" ","")
coversation_ids.append(_conversation.split(","))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment