From 1dc404e7ee276f6a5798ec93d5ae47e08d180432 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 3 Dec 2025 06:23:38 +0100 Subject: Clean up some whitespace --- 2025/02/a.py | 2 -- 2025/02/b.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/2025/02/a.py b/2025/02/a.py index 9c6fd84..fccf806 100644 --- a/2025/02/a.py +++ b/2025/02/a.py @@ -13,5 +13,3 @@ with fileinput.input() as lines: print(n) s += n print(s) - - diff --git a/2025/02/b.py b/2025/02/b.py index 8efdbe3..2c628d2 100644 --- a/2025/02/b.py +++ b/2025/02/b.py @@ -21,5 +21,3 @@ with fileinput.input() as lines: if invalid(str(n)): s += n print(s) - - -- cgit v1.3