diff options
| author | nekineki <nekineki@nekineki.net> | 2022-12-11 22:17:52 +0100 |
|---|---|---|
| committer | nekineki <nekineki@nekineki.net> | 2022-12-11 22:17:52 +0100 |
| commit | 1732724c991604703a3bf7811789a426f1bcb750 (patch) | |
| tree | 2bffcc548cba32e6bd40cc2fd71213c93523eb2b /2022/tpl/asd.py | |
| parent | 18c3df253973750ed7911e259ee9beac68715004 (diff) | |
update template
Diffstat (limited to '2022/tpl/asd.py')
| -rwxr-xr-x | 2022/tpl/asd.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/2022/tpl/asd.py b/2022/tpl/asd.py deleted file mode 100755 index 9e4bd95..0000000 --- a/2022/tpl/asd.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python3 - -# import numpy as np -from functools import reduce -from re import findall -from copy import deepcopy -import sys - -filename = "ref.txt" -# filename = "pzl.txt" -data = open(filename).read() -lines = [line for line in data.rstrip('\n').split('\n')] -print(lines) - -res1 = 0 -res2 = 0 - - - -print('res1:', res1) -print('res2:', res2) - |
