How Do You Get The Name Of A File From A File Object Fp #1050
How do you get the name of a file from a file object (fp)?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Files - Python Files - Quiz No.5.
How do you get the name of a file from a file object (fp)?
fp.name
fp.file(name)
self.__name__(fp)
fp.__name__()