下列語(yǔ)句打開(kāi)文件的位置應(yīng)該在()。 f=open(’itheima.txt’,’w’)
A.C盤(pán)根目錄下 B.D盤(pán)根目錄下 C.Python安裝目錄下 D.與源文件在相同的目錄下
A.open B.write C.Getcwd D.read
A.open B.write C.close D.read