Report Bug
Qus :

what is 'f' in the following statement?

f=open("Data.txt","r")

Qus

निम्नलिखित स्टेटमेंट में 'f ' क्या है?

f=open("Data.txt","r")


A. file name
B. file handle
C. Mode of file
D. file handling


Solution
B. file handle






Report Bug