kuroko/test/testNotPrecedence.krk

3 lines
82 B
Python
Raw Permalink Normal View History

print(not True + True) # Should be False
print(not True or True) # Should be True