We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. While executing the test.py file. I am getting the following error.
terminate_id = tokens.index('') ValueError: '' is not in list
Any idea how to resolve this. because the end is actually on the list. Yet I am getting this error.
The text was updated successfully, but these errors were encountered:
Hey, did you resolve this issue? I'm getting the same error
Sorry, something went wrong.
no, I wasn't. The code seem to have lot of problems.
But here i changed it somehow in python 3.7 and it seems to run and give somewhat fine result. https://drive.google.com/open?id=1RhYWPHbFahKxZC6mJm6Hld1ozySvFucj
Okay. Thanks
No branches or pull requests
Hi. While executing the test.py file. I am getting the following error.
terminate_id = tokens.index('')
ValueError: '' is not in list
Any idea how to resolve this. because the end is actually on the list. Yet I am getting this error.
The text was updated successfully, but these errors were encountered: