Programming Examples

Python program to read data from csv file


Write a python program to read data from CSV File

import csv
fp=open("data1.csv","r",)
obj=csv.reader(fp)
for a in obj:
    #print(a)
    for b in a:
        print(b,end='  ')
    print()
fp.close()

    

Output

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 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 Best Website and Software Company in Allahabad