Computer Science, asked by nandini5331, 11 months ago

The command used for reading a text file in python

Answers

Answered by AmartyaChowdhury
1

The following is the command :-

thefile = file.open("filename.txt", "r")

thefile.read()

Answered by elanjimootil123
0

Explanation:

The above channel contains solution for your questions

Attachments:
Similar questions