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

  1. values_match_condition = map(fn, iterable) if all(values_match_condition): ... elif not any(values_match_condition): ... else: ... Nonsense names but you get the point. #Python's readability is lovely! 🐍