Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 542 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 542 Bytes

do_my_marx

题库json 使用parser转换 https://github.com/notnotype/xxt 的输出结果 (输出的.text文件)

复习建议:

  1. 读一遍题(可选)
  2. 从头到尾刷一遍题
  3. 做错题 only_do_error = True
  4. 做做错对错题 error_threshold = 2
  5. 重复直至全对
  6. 导出错题,考前看一遍

做题

python3 rush_b.py

导出错题

python3 extract_wrong.py

导出markdown

python3 gen_markdown.py

pic