Table of Contents
1. Python笔记
1.1. 常用方法
1.1.1. os.sep
1.1.2. os.path.existe()
1.1.3. os.system()
1.1.4. os.name
1.1.5. os.getcwd()
1.1.6. os.listdir()
1.1.7. os.remove()
1.1.8. print
1.1.9. open类
1.1.10. 异常处理
1.1.11. reduce
1.1.12. exec和eval语句
1.[……]