【发布时间】:2020-02-09 20:22:48
【问题描述】:
if a[start] <= target < a[mid] 和 a[start] <= target and target<a[mid] and a[start] < a[mid] 一样吗? (我认为不是,但在视觉上看起来两者是相同的)这在引擎盖下是如何工作的?在 SO 上搜索,但找不到答案。
【问题讨论】:
标签: python boolean comparison operators comparison-operators