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