Logiccal statement error
getting-started-with-python
D19CRXPP0046
(Akshay Dohroo)
April 28, 2020, 1:19pm
#1
if (root.left and root.right ) is not None:
return root
statement not working as expected