bool 표현식 내부에 다음과 같이
드 모르간의 법칙
을 적용합니다.
a or b
를
not(not a and not b)
로 변경 또는
a and b
를
not(not a or not b)
를 변경