From 3b2db7ec6c6da7dfea71afb68b7e7280a73af4cc Mon Sep 17 00:00:00 2001 From: Andrew Shitov Date: Mon, 2 Nov 2020 22:51:30 +0100 Subject: formatting --- challenge-085/ash/python/ch-1.py | 1 - 1 file changed, 1 deletion(-) (limited to 'challenge-085/ash/python') diff --git a/challenge-085/ash/python/ch-1.py b/challenge-085/ash/python/ch-1.py index 502ef1d495..4b0b1d285e 100644 --- a/challenge-085/ash/python/ch-1.py +++ b/challenge-085/ash/python/ch-1.py @@ -12,6 +12,5 @@ for row in combinations(r, 3): if 1 < sum(row) < 2: print(1) break - else: print(0) -- cgit