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