Last active
February 7, 2019 18:39
-
-
Save HarshSingh16/197e604e63dc24b39b169cc0fcff827b 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
#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