查看会员资料
用 户 名:林****
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
Python_Soduku_Cheats-master
- 本项目使用Python实现,仅使用了copy模块和time模块,代码中大量应用了for循环、if条件判断、列表(list)方法和递归,适合Python初学者巩固Python基础;在config文件中根据数独题目,更新数独列表的值;然后执行soduku.py,就会输出该数独题目对应的答案。(This project is based on Python , and I used no modules other than copy and time. The code use a lot of B