python中temp是什么

python中temp是什么_第1张图片

一、temp:临时文件夹。

根据操作的过程进行临时保存的文件技术。python中临时文件及文件夹使用。使用的是tempfile包

安装

pip install tempfile

二、temp :一个变量

for 循环后面的temp是一个变量,这个变量循环一次,依次是后面列表中的元素,具体来说,temp的值是循环。

第一次是student_infos[0],
第二次是 student_infos[1],......
最后一次是 student_infos[-1].

以上就是python中关于temp的简单介绍,希望能对你有所帮哦~

你可能感兴趣的:(python)