Single Choice
Not Set
QTo open a file c:\scores.txt for reading, we use
ID: #3653
Python File Handling
311 views
Question Info
#3653Q ID
Not SetDifficulty
Python File HandlingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Open () function creates a file object which would be utilised to call other methods associated with it.
file object = open [file name (acess_mode]),
(buffering)] open ( file name, [acess_mode] ,
[buffering] )
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic