Computer Science, asked by shagunsharma2727, 8 months ago

Write a python program to display the records in a file along with line number.​

Answers

Answered by hello37815
6

Explanation:

12349439_+';#(#(_!'!$)294&

Attachments:
Answered by amrithesh41
5

Answer:

Fh = open (" result. Det", "r")

Count

Rec=""

While true:

Rec = fh. Readline()

If rec=="" :

Break

Count =count+1

Print(count,rec,end="")

Fh.close()

Similar questions