Python的挑战 解题 使用Python进行快速编码挑战。 项目文件夹 每个项目文件夹都包含具有书面功能的质询和带有测试用例的测试文件。 可以使用pip install -r requirements.txt安装所有依赖项。 文献资料 通过运行pdoc --html --output-dir docs project-folder/可以轻松创建整个项目的pdoc --html --output-dir docs project-folder/ pdoc软件包包含在依赖项列表中。 测验 要进行测试,请运行pytest 用实际的测试文件名替换该文件名(由test_前缀)。 pytest包含在依赖项列表中。