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/ Explanation:

Latest Current Affairs 2025 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad