- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 Nessus-8.5.1-ubuntu1110_amd64.deb
Nessus-8.5.1-ubuntu1110_amd64.deb 下载地址: 链接:https://pan.baidu.com/s/1nSL8tkgEGlsimH-o37gaeA 提取码:884v (官网下载很慢,所有在网盘了)
2019-07-15 21:32:00
672
原创 Python判断分数等级if...elif...else
首先加了异常输入的校验,以及正常分数范围的校验 score = input('请输入一个分数:') while True: if not score.isdigit(): print("输入不合法,请重新输入数字:", end=' ') score = input() elif int(score) > 100 or int(score) &l...
2019-07-08 22:31:04
2767
原创 Python中判断目录是否存在,不存在则创建
Python中判断目录是否存在,不存在则创建代码如下 代码如下 test_dir = ‘/mnt/test_dir’ mkdirlambda =lambda x: os.makedirs(x) if not os.path.exists(x) else True #目录是否存在,不存在则创建 mkdirlambda(test_dir) ...
2019-07-05 15:38:01
6779
杭州电子科技大学数据结构复习资料及历年考试试卷
2016-06-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人