diff options
| author | mhsn <mail@mhsn.net> | 2025-09-12 20:54:52 +0100 |
|---|---|---|
| committer | mhsn <mail@mhsn.net> | 2025-09-12 20:55:22 +0100 |
| commit | c1a41296795d6faeca4811689563293ed936a80e (patch) | |
| tree | 3dea282a10acffe9117dc6d2ccb27510eb52c014 /template/main.py | |
| parent | 6b733982f9f240c1c97f1fa705bfbe4cd93c640e (diff) | |
| download | puzzles-c1a41296795d6faeca4811689563293ed936a80e.tar.gz puzzles-c1a41296795d6faeca4811689563293ed936a80e.zip | |
update template/python
Diffstat (limited to 'template/main.py')
| -rw-r--r-- | template/main.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/template/main.py b/template/main.py deleted file mode 100644 index 9f1d48e..0000000 --- a/template/main.py +++ /dev/null @@ -1,9 +0,0 @@ -from fileinput import input - -lines = [line.strip() for line in input()] - -silver = 0 -gold = 0 - -print("silver:", silver) -print("gold:", gold) |
