Skip to content

Conversation

@emredogan7
Copy link
Contributor

'return len(self.stack) == []' is a problematic definition. it should be either 'return len(self.stack) == 0' or 'self.stack == []'

'return len(self.stack) == []' is a problematic definition. it should be either  'return len(self.stack) == 0' or 'self.stack == []'
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@OmkarPathak OmkarPathak merged commit 1572e6a into OmkarPathak:master Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants