python_basics.ipynb
wrong statement
(Although, technically, the keyword and and &, and or and | can be used interchangeably.)
tried it with
print(not ((3 > 5) & not (5 > 2)))
doesn't work
Edited by Florian Bohlken