To open file data.txt for reading, open function will be written as f = _______.
Answers
Answered by
1
Answer:open(“data.txt”,”r”)
Explanation:
To open file data.txt for reading, open function will be written as f = open(“data.txt”,”r”)
Similar questions