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