2020年2月15日

信息领域热词查询统计——成果展示

摘要: 展示界面: 阅读全文

posted @ 2020-02-15 23:00 哈弗h6 阅读(190) 评论(0) 推荐(0) 编辑

python中assert和isinstance的用法

摘要: assert语句是一种插入调试断点到程序的一种便捷的方式。 assert 3 == 3 assert 1 == True assert (4 == 4) print(' ') assert (3 == 4) ''' 抛出AssertionError异常,后面程序不执行 ''' print(' ') 阅读全文

posted @ 2020-02-15 00:01 哈弗h6 阅读(2284) 评论(0) 推荐(0) 编辑

导航