2018年12月7日
摘要: from itertools import islice with open(“1.txt") as f: for a in islice(f,0,2): print(a) 阅读全文
posted @ 2018-12-07 16:57 一杯明月 阅读(2120) 评论(0) 推荐(0) 编辑
摘要: 运行结果: Hello, Autocad from PythonDrawing2.dwg 上面这个例子不可以运行,因为没有初始化点的坐标。 运行结果: C:\Users\Qin\AppData\Local\Programs\Python\Python36\python.exe D:/statisti 阅读全文
posted @ 2018-12-07 10:09 一杯明月 阅读(10161) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-07 09:41 一杯明月 阅读(1439) 评论(0) 推荐(0) 编辑