Closed emredogan7 closed 5 years ago
'return len(self.stack) == []' is a problematic definition. it should be either 'return len(self.stack) == 0' or 'self.stack == []'
Check out this pull request on
You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.
'return len(self.stack) == []' is a problematic definition. it should be either 'return len(self.stack) == 0' or 'self.stack == []'