adding zero_2_hundred

This commit is contained in:
2021-09-26 12:59:32 +13:00
parent cd88eb7b22
commit 6b304eb0ca
7 changed files with 1231 additions and 0 deletions

12
zero_2_hundred/Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
[dev-packages]
[requires]
python_version = "3.8"