No products in the cart.

Write a phython program to read …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a phython program to read an entire text file "myfile.txt".
  • 5 answers
Who are you??

A Kumar 4 years, 1 month ago

Answer of A Kumar is 100+1 percent right

A Kumar 4 years, 1 month ago

f=open ("myfile.txt",'r') x=f.read() print(x) f.close()

Mandavi Kushwaha 4 years, 1 month ago

f= open("myfile.txt","r") l=f.read() for i in l: print (i)

Kanishka Jha 4 years, 1 month ago

File=open("myfile.txt","r") F=File.read() for i in F: print(i)
http://mycbseguide.com/examin8/

Related Questions

What is mean by buffering in file handling?
  • 1 answers
What are called tokens
  • 2 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App