Skip to content

Commit

Permalink
[build] civil exam (2/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
KumaTea committed Mar 22, 2024
1 parent 38ffb30 commit 11ad426
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,19 @@ if __name__ == '__main__':
print('?')
```


运行后,输入数据,控制台就会按照顺序,
打印出职位代码和对应的报名人数。
运行后,输入数据,控制台就会按照顺序打印出职位代码和对应的报名人数。

粘贴到 Excel 中,就可以直观查看与比较相对难度与报考人数:

![result](img/14-result.jpg)

## 结语

报名阶段自动化,最多只是筛选出相对容易上岸的职位,
美其名曰赢在起跑线上,但最终能否冲线还要看自己的体能。

另外,本文只是提供了一种减少重复操作的思路,
数据一天只会更新一次,请勿频繁查询,**以免违反相关法律规定。**

虽然机构应该有自己的编程大手子,
看不上我的这些蹩脚代码,但还是声明,严禁商用。
File renamed without changes.

0 comments on commit 11ad426

Please sign in to comment.