linusgroh’s avatarlinusgroh’s Twitter Archive—№ 1,800

  1. values_match_condition = ... # items_are_available, if all(values_match_condition): ... elif not any(values_match_condition): ... else: ... 🐍 You can't tell me this isn't beautiful. #Python is still king when it comes to readability.