Single Choice
Not Set
QWhat does the following statement do?
x = open('python.txt', 'a+')
ID: #3729
Python File Handling
227 views
Question Info
#3729Q 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
Opens or creates a text file named python.txt to read from or write to at
the end of the file
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic