From 119528b3c49ffc1ab33b385a508aaa9970dedbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=A1=D0=B2=D0=B5=D0=BA=D1=80=D0=BE=D0=B2=D0=B8=D0=BD?= Date: Thu, 6 Mar 2025 16:18:08 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ README.md | 1 + data.txt | 5 +++++ output.txt | 8 ++++++++ requirements.txt | 6 ++++++ 5 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 data.txt create mode 100644 output.txt create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f76172d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv/ +output.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..618cb0f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Описание задания diff --git a/data.txt b/data.txt new file mode 100644 index 0000000..bb1cf88 --- /dev/null +++ b/data.txt @@ -0,0 +1,5 @@ +конь +41 +звезда +56 +ночь diff --git a/output.txt b/output.txt new file mode 100644 index 0000000..e872198 --- /dev/null +++ b/output.txt @@ -0,0 +1,8 @@ +Слова: +конь +звезда +ночь + +Числа: +41 +56 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0308728 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +numpy==2.2.3 +pandas==2.2.3 +python-dateutil==2.9.0.post0 +pytz==2025.1 +six==1.17.0 +tzdata==2025.1