Computer Science, asked by rayyanuddin7890, 28 days ago

To open file data.txt for reading, open function will be written as f = _______.

Answers

Answered by rayyanuddin027
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