摘要:
语句分类: 赋值语句 运行函数 选择执行 迭代语句 循环语句 函数语句 模块与命名空间 类 语法: 阅读全文
摘要:
python环境下: 事例一: import os //导入系统模块 os.getcwd() //查看当前路径 os.chdir(r'd:\test\test') //更改至d盘相应路径下 course = open('course.txt,'w',encoding='utf8') course.w 阅读全文