finish 01-homework

This commit is contained in:
SJ2050
2021-10-16 23:35:28 +08:00
parent 1a2d27dc09
commit 001839394c
12 changed files with 369 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
build/
dist/
*.log
# pyenv
.python-version
# dotenv
.env
# virtualenv
.venv/
venv/
ENV/
# VSCode settings
.vscode
# IDEA files
.idea
# OSX dir files
.DS_Store
# Sublime Text settings
*.sublime-workspace
*.sublime-project
# History
.history
# test files
homework_01_python/**/test/