7 день

This commit is contained in:
2025-12-18 14:44:33 +03:00
parent 94f62c2fba
commit 70f0364674
4 changed files with 259 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ input = """123 328 51 64
45 64 387 23
6 98 215 314
* + * + """
with open("input.txt", "r") as file:
input = file.read()
# with open("input.txt", "r") as file:
# input = file.read()
# for row in input.splitlines():
# print(row)
# print("="*100)