diff options
Diffstat (limited to '2025')
| -rw-r--r-- | 2025/02/a.py | 2 | ||||
| -rw-r--r-- | 2025/02/b.py | 2 |
2 files changed, 0 insertions, 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: | |||
| 13 | print(n) | 13 | print(n) |
| 14 | s += n | 14 | s += n |
| 15 | print(s) | 15 | print(s) |
| 16 | |||
| 17 | |||
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: | |||
| 21 | if invalid(str(n)): | 21 | if invalid(str(n)): |
| 22 | s += n | 22 | s += n |
| 23 | print(s) | 23 | print(s) |
| 24 | |||
| 25 | |||
