摘要:
from itertools import islice with open(“1.txt") as f: for a in islice(f,0,2): print(a) 阅读全文
摘要:
运行结果: Hello, Autocad from PythonDrawing2.dwg 上面这个例子不可以运行,因为没有初始化点的坐标。 运行结果: C:\Users\Qin\AppData\Local\Programs\Python\Python36\python.exe D:/statisti 阅读全文
摘要:
阅读全文