摘要: View root,dirs,files Referring to os src which location of /lib/python3.12 Code: import os For root,dirs,files in os.walk("../tmp2"): print('\n %s %s 阅读全文
posted @ 2025-10-24 11:37 东君骑单车 阅读(5) 评论(0) 推荐(0)
摘要: Create dir or file in Qpython Import qpy Import os ''' Create d or f in cash ''' os.mkdir(qpy.tmp+'dir1') open(qpy.tmp+'/dir1/file1.py','w') ''' creat 阅读全文
posted @ 2025-10-10 14:23 东君骑单车 阅读(11) 评论(0) 推荐(0)