zhiwehu/Python-programming-exercises是一个有8.4K Star的项目。 为了方便刷里面的练习题,本项目编写了这个刷题程序。 本项目读取zhiwehu/Python-programming-exercises当中的练习题,为每一道题创建一个独立的Python文件并且把题目内容写到注释当中,方便刷题。
根据提示注册Gitpod即可。
git clone https://github.com/Thiswind-Learning/my_python_exercises.git
cd my_python_exercises
git submodule update --init --recursive
python3 my_python_exercises.py
注意:每次执行此命令,题库就会被删除重建
在my_exercises
目录下,根据100+ Python challenging programming exercises创建题库
cd my_exercises
ls -l
请查看:参考答案