最新文章

Python: and/or Operators on Objects

少于 1 分钟阅读

今天才发现如果是两个 objects 做 and 或者 or 的时候,返回的不是 boolean 而是 object。