Processing test87...

Warnings...

test_input/test87.py:3: Should not assign to True, it is (or will be) a builtin
test_input/test87.py:4: Should not assign to False, it is (or will be) a builtin
test_input/test87.py:6: Should not assign to true, it is similar to builtin True
test_input/test87.py:7: Should not assign to false, it is similar to builtin False
test_input/test87.py:9: Should not assign to TRUE, it is similar to builtin True
test_input/test87.py:10: Should not assign to FALSE, it is similar to builtin False
test_input/test87.py:14: Comparisons with TRUE are not necessary and may not work as expected
test_input/test87.py:16: Comparisons with TRUE are not necessary and may not work as expected
test_input/test87.py:16: Comparisons with True are not necessary and may not work as expected
test_input/test87.py:16: Comparisons with true are not necessary and may not work as expected
test_input/test87.py:20: Comparisons with false are not necessary and may not work as expected
