'Assume the content of text file, 'student.txt' is:
Ramesh is student
Radha is girl
KVS
Jaipur
What will be the data type of data_rec?
myfile = open('student.txt")
data_rec = myfile.readlines()
myfile.close)
A. string
B.LIST
C. tuple
D. dictionary
Answers
Answered by
1
Answer:
A) string is the correct answer
Explanation:
please mark brainliest
Similar questions