Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
intentions
/
demorgan
/
after3.py
blob: 4df6afeafd2bda57fae204b568e24d97ab7c2f99 [
file
] [
log
] [
blame
]
# "DeMorgan Law" "true"
if
not
a
and
not
b
:
pass