Initial commit

This commit is contained in:
stud203999 2026-05-04 15:06:07 +03:00
commit ca3e3c46ee
3 changed files with 8 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
venv/
*.ipynb_checkpoints/
.vscode/
__pycache__/

2
README.md Normal file
View File

@ -0,0 +1,2 @@
Анализ данных неделя 2
JupyterLab

2
src/main.py Normal file
View File

@ -0,0 +1,2 @@
def main():
return 0