kuroko/test/testNotPrecedence.krk
2021-03-01 14:56:40 +09:00

3 lines
82 B
Python

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