diff options
Diffstat (limited to 'challenge-085/ash/python')
| -rw-r--r-- | challenge-085/ash/python/ch-1.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
