commit 119528b3c49ffc1ab33b385a508aaa9970dedbb2 Author: Александр Свекровин Date: Thu Mar 6 16:18:08 2025 +0000 Загрузить файлы в «/» 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