Computer Science, asked by abdulkhasmisyed, 13 hours ago

Ques- Consider the following python program.
import csv fh = open("Student.csv","r") stureader = sy.reader(fh) for rec in stureader: print (rec)

What will be the data type of rec?
a. string b. list c. tuple d. dictionary​ ​

Answers

Answered by lakshya17288sjaipur2
0

b. list

normally list mein hi print hogi jab tak aap program mein modification nahi karoge tab tak..

Similar questions