Programming Examples

Python program to display all the records in a file along with line number


Write a program to display all the records in a file along with line/record number

Solution

fname=input("Enter the file name : ")
fp=open(fname,"r")
sr=1
while True:
    data=fp.readline()
    if data=="":
        break
    print(sr,". ",data)
    sr=sr+1
fp.close()
Output

Enter the file name : myfile.txt

1 .  java


2 .  php


3 .  python


4 .  o level


5 .  dca


6 .  ccc

CCC Online Test 2021 CCC Practice Test Hindi Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Sarkari Naukari Notification Best Website and Software Company in Allahabad Sarkari Exam Quiz