The command used for reading a text file in python
Answers
Answered by
1
The following is the command :-
thefile = file.open("filename.txt", "r")
thefile.read()
Answered by
0
Explanation:
The above channel contains solution for your questions
Attachments:
Similar questions