fhand = open('data.txt') print(fhand)
d) None
None
a) data.txt
data.txt
b) File handle
File handle
c) <_io.TextIOWrapper name='data.txt' mode='r' encoding='UTF-8'>
<_io.TextIOWrapper name='data.txt' mode='r' encoding='UTF-8'>