Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
return not a and not b
^ 如何以更好的格式表达这一点
也许是德摩根定律?
return not (a or b)
我认为在这一点上它足够简单