import tempfile
import os
q=tempfile.mktemp(".txt")
open(q,"w").write("the writing")
os.startfile(q,"print")
while running this code there is an output from the printer as [ "the writing" ] (it's ok) and there is also a text called := " tempsh03uiuc.txt " at the top of the paper.
(在运行此代码时,打印机的输出为[“文字”](可以),并且在纸张顶部还有一个名为:=“ tempsh03uiuc.txt”的文本。)
help me to solve this, " tempsh03uiuc.txt " is an irrelevant thing. (帮我解决这个问题,“ tempsh03uiuc.txt”是无关紧要的事情。)
ask by kanishka kumarasiri translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…